clang API Documentation
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) |
Static Public Member Functions | |
static void | Profile (llvm::FoldingSetNodeID &ID, TemplateTemplateParmDecl *parameter, TemplateName replacement) |
Friends | |
class | ASTContext |
A structure for storing the information associated with a substituted template template parameter.
Definition at line 339 of file TemplateName.h.
TemplateTemplateParmDecl* clang::SubstTemplateTemplateParmStorage::getParameter | ( | ) | const [inline] |
Definition at line 352 of file TemplateName.h.
Referenced by clang::ASTWriter::AddTemplateName(), clang::ASTContext::getNameForTemplate(), and clang::ASTImporter::Import().
TemplateName clang::SubstTemplateTemplateParmStorage::getReplacement | ( | ) | const [inline] |
Definition at line 353 of file TemplateName.h.
Referenced by clang::ASTWriter::AddTemplateName(), clang::ASTContext::getCanonicalTemplateName(), and clang::ASTImporter::Import().
void SubstTemplateTemplateParmStorage::Profile | ( | llvm::FoldingSetNodeID & | ID | ) |
Definition at line 30 of file TemplateName.cpp.
Referenced by clang::ASTContext::getSubstTemplateTemplateParm().
void SubstTemplateTemplateParmStorage::Profile | ( | llvm::FoldingSetNodeID & | ID, |
TemplateTemplateParmDecl * | parameter, | ||
TemplateName | replacement | ||
) | [static] |
Definition at line 34 of file TemplateName.cpp.
References clang::TemplateName::getAsVoidPointer().
friend class ASTContext [friend] |
Definition at line 341 of file TemplateName.h.