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

/external/clang/lib/AST/
H A DDeclTemplate.cpp488 // TemplateTypeParm Allocation/Deallocation Method Implementations
1224 auto *TemplateTypeParm = TemplateTypeParmDecl::Create( local
1227 TemplateTypeParm->setImplicit(true);
1231 QualType(TemplateTypeParm->getTypeForDecl(), 0));
1235 NamedDecl *Params[] = {TemplateTemplateParm, TemplateTypeParm,

Completed in 102 milliseconds