Searched refs:AllowFunctionTemplates (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 103 bool AllowFunctionTemplates, in getAsTemplateNameDecl() argument 108 if (!AllowFunctionTemplates && isa<FunctionTemplateDecl>(D)) in getAsTemplateNameDecl() 148 bool AllowFunctionTemplates, in FilterAcceptableTemplateNames() argument 153 if (!getAsTemplateNameDecl(Orig, AllowFunctionTemplates, AllowDependent)) in FilterAcceptableTemplateNames() 160 bool AllowFunctionTemplates, in hasAnyAcceptableTemplateNames() argument 164 if (getAsTemplateNameDecl(*I, AllowFunctionTemplates, AllowDependent)) in hasAnyAcceptableTemplateNames()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 11291 bool AllowFunctionTemplates = true, 11294 bool AllowFunctionTemplates = true, 11305 bool AllowFunctionTemplates = true,
|