LLVM API Documentation

llvm::PatternMatch::bind_ty< Class > Struct Template Reference

#include <PatternMatch.h>

Collaboration diagram for llvm::PatternMatch::bind_ty< Class >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 bind_ty (Class *&V)
template<typename ITy>
bool match (ITy *V)

Public Attributes

Class *& VR

Detailed Description

template<typename Class>
struct llvm::PatternMatch::bind_ty< Class >

Definition at line 53 of file PatternMatch.h.


Constructor & Destructor Documentation

template<typename Class>
llvm::PatternMatch::bind_ty< Class >::bind_ty ( Class *&  V  )  [inline]

Definition at line 55 of file PatternMatch.h.


Member Function Documentation

template<typename Class>
template<typename ITy>
bool llvm::PatternMatch::bind_ty< Class >::match ( ITy *  V  )  [inline]

Definition at line 58 of file PatternMatch.h.

References llvm::PatternMatch::bind_ty< Class >::VR.


Member Data Documentation

template<typename Class>
Class*& llvm::PatternMatch::bind_ty< Class >::VR

Definition at line 54 of file PatternMatch.h.

Referenced by llvm::PatternMatch::bind_ty< Class >::match().


The documentation for this struct was generated from the following file: