LLVM API Documentation
#include <PatternMatch.h>

Public Member Functions | |
| bind_ty (Class *&V) | |
| template<typename ITy > | |
| bool | match (ITy *V) |
Public Attributes | |
| Class *& | VR |
Definition at line 285 of file PatternMatch.h.
| llvm::PatternMatch::bind_ty< Class >::bind_ty | ( | Class *& | V | ) | [inline] |
Definition at line 287 of file PatternMatch.h.
| bool llvm::PatternMatch::bind_ty< Class >::match | ( | ITy * | V | ) | [inline] |
Definition at line 290 of file PatternMatch.h.
References llvm::tgtok::Class, and llvm::PatternMatch::bind_ty< Class >::VR.
| Class*& llvm::PatternMatch::bind_ty< Class >::VR |
Definition at line 286 of file PatternMatch.h.
Referenced by llvm::PatternMatch::bind_ty< Class >::match().