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

/external/clang/lib/AST/
H A DDeclTemplate.cpp469 // TemplateTypeParm Allocation/Deallocation Method Implementations
1181 auto *TemplateTypeParm = TemplateTypeParmDecl::Create( local
1184 TemplateTypeParm->setImplicit(true);
1188 QualType(TemplateTypeParm->getTypeForDecl(), 0));
1192 NamedDecl *Params[] = {TemplateTemplateParm, TemplateTypeParm,

Completed in 216 milliseconds