Searched refs:TemplParam (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclTemplate.cpp201 const NamedDecl *TemplParam = TPL->getParam(Idx); local
203 dyn_cast<NonTypeTemplateParmDecl>(TemplParam))
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4809 // Build template<class TemplParam> void Func(FuncParam);
4810 TemplateTypeParmDecl *TemplParam = TemplateTypeParmDecl::Create( local
4813 QualType TemplArg = QualType(TemplParam->getTypeForDecl(), 0);
4814 NamedDecl *TemplParamPtr = TemplParam;
4824 // Deduce type of TemplParam in Func(Init)

Completed in 186 milliseconds