clang
3.9.0
|
A structure for storing the information associated with a substituted template template parameter. More...
#include <TemplateName.h>
Public Member Functions | |
TemplateTemplateParmDecl * | getParameter () const |
TemplateName | getReplacement () const |
void | Profile (llvm::FoldingSetNodeID &ID) |
![]() | |
unsigned | size () const |
OverloadedTemplateStorage * | getAsOverloadedStorage () |
SubstTemplateTemplateParmStorage * | getAsSubstTemplateTemplateParm () |
SubstTemplateTemplateParmPackStorage * | getAsSubstTemplateTemplateParmPack () |
Static Public Member Functions | |
static void | Profile (llvm::FoldingSetNodeID &ID, TemplateTemplateParmDecl *parameter, TemplateName replacement) |
Friends | |
class | ASTContext |
Additional Inherited Members | |
![]() | |
enum | Kind { Overloaded, SubstTemplateTemplateParm, SubstTemplateTemplateParmPack } |
![]() | |
UncommonTemplateNameStorage (Kind kind, unsigned size) | |
![]() | |
union { | |
struct BitsTag Bits | |
void * PointerAlignment | |
}; | |
A structure for storing the information associated with a substituted template template parameter.
Definition at line 314 of file TemplateName.h.
|
inline |
Definition at line 327 of file TemplateName.h.
Referenced by clang::ASTRecordWriter::AddTemplateName(), clang::ASTContext::getNameForTemplate(), and clang::ASTImporter::Import().
|
inline |
Definition at line 328 of file TemplateName.h.
References Replacement.
Referenced by clang::ASTRecordWriter::AddTemplateName(), clang::ASTContext::getCanonicalTemplateName(), and clang::ASTImporter::Import().
void SubstTemplateTemplateParmStorage::Profile | ( | llvm::FoldingSetNodeID & | ID | ) |
Definition at line 30 of file TemplateName.cpp.
References clang::Parameter, clang::Profile(), and Replacement.
Referenced by clang::ASTContext::getSubstTemplateTemplateParm().
|
static |
Definition at line 34 of file TemplateName.cpp.
References clang::TemplateName::getAsVoidPointer().
|
friend |
Definition at line 316 of file TemplateName.h.