LLVM API Documentation

Public Member Functions | Public Attributes
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 285 of file PatternMatch.h.


Constructor & Destructor Documentation

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

Definition at line 287 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 290 of file PatternMatch.h.

References llvm::tgtok::Class, and llvm::PatternMatch::bind_ty< Class >::VR.


Member Data Documentation

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

Definition at line 286 of file PatternMatch.h.

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


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