Searched refs:AllowFunctionTemplates (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 7417 bool AllowFunctionTemplates = true, 7420 bool AllowFunctionTemplates = true, 7431 bool AllowFunctionTemplates = true,
|