LLVM API Documentation
#include <PatternMatch.h>
Collaboration diagram for llvm::PatternMatch::bind_ty< Class >:

Public Member Functions | |
| bind_ty (Class *&V) | |
| template<typename ITy> | |
| bool | match (ITy *V) |
Public Attributes | |
| Class *& | VR |
Definition at line 53 of file PatternMatch.h.
| llvm::PatternMatch::bind_ty< Class >::bind_ty | ( | Class *& | V | ) | [inline] |
Definition at line 55 of file PatternMatch.h.
| bool llvm::PatternMatch::bind_ty< Class >::match | ( | ITy * | V | ) | [inline] |
| Class*& llvm::PatternMatch::bind_ty< Class >::VR |
Definition at line 54 of file PatternMatch.h.
Referenced by llvm::PatternMatch::bind_ty< Class >::match().