LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Member Functions | List of all members
llvm::FoldingSetTrait< T * > Struct Template Reference

#include <FoldingSet.h>

Static Public Member Functions

static void Profile (T *X, FoldingSetNodeID &ID)
 

Detailed Description

template<typename T>
struct llvm::FoldingSetTrait< T * >

Definition at line 788 of file FoldingSet.h.

Member Function Documentation

template<typename T >
static void llvm::FoldingSetTrait< T * >::Profile ( T X,
FoldingSetNodeID ID 
)
inlinestatic

Definition at line 789 of file FoldingSet.h.

References llvm::FoldingSetNodeID::AddPointer().


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