Searched refs:AllowFunctionTemplates (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 104 bool AllowFunctionTemplates, in getAsTemplateNameDecl() argument 109 if (!AllowFunctionTemplates && isa<FunctionTemplateDecl>(D)) in getAsTemplateNameDecl() 149 bool AllowFunctionTemplates, in FilterAcceptableTemplateNames() argument 154 if (!getAsTemplateNameDecl(Orig, AllowFunctionTemplates, AllowDependent)) in FilterAcceptableTemplateNames() 161 bool AllowFunctionTemplates, in hasAnyAcceptableTemplateNames() argument 165 if (getAsTemplateNameDecl(*I, AllowFunctionTemplates, AllowDependent)) in hasAnyAcceptableTemplateNames()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 8163 bool AllowFunctionTemplates = true, 8166 bool AllowFunctionTemplates = true, 8177 bool AllowFunctionTemplates = true,
|