Searched defs:TemplateTypeParmDecl (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclTemplate.h36 class TemplateTypeParmDecl;
44 typedef llvm::PointerUnion3<TemplateTypeParmDecl*, NonTypeTemplateParmDecl*,
1037 class TemplateTypeParmDecl : public TypeDecl { class in namespace:clang
1045 typedef DefaultArgStorage<TemplateTypeParmDecl, TypeSourceInfo *>
1049 TemplateTypeParmDecl(DeclContext *DC, SourceLocation KeyLoc, function in class:clang::TemplateTypeParmDecl
1059 static TemplateTypeParmDecl *Create(const ASTContext &C, DeclContext *DC,
1065 static TemplateTypeParmDecl *CreateDeserialized(const ASTContext &C,
1106 TemplateTypeParmDecl *Prev) {

Completed in 93 milliseconds