Searched refs:AllowFunctionTemplates (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaTemplate.cpp | 98 bool AllowFunctionTemplates, in getAsTemplateNameDecl() argument 103 if (!AllowFunctionTemplates && isa<FunctionTemplateDecl>(D)) in getAsTemplateNameDecl() 144 bool AllowFunctionTemplates, in FilterAcceptableTemplateNames() argument 149 if (!getAsTemplateNameDecl(Orig, AllowFunctionTemplates, AllowDependent)) in FilterAcceptableTemplateNames() 156 bool AllowFunctionTemplates, in hasAnyAcceptableTemplateNames() argument 160 if (getAsTemplateNameDecl(*I, AllowFunctionTemplates, AllowDependent)) in hasAnyAcceptableTemplateNames()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 7347 bool AllowFunctionTemplates = true, 7350 bool AllowFunctionTemplates = true, 7361 bool AllowFunctionTemplates = true,
|