Searched refs:AllowFunctionTemplates (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 101 bool AllowFunctionTemplates, in getAsTemplateNameDecl() argument 106 if (!AllowFunctionTemplates && isa<FunctionTemplateDecl>(D)) in getAsTemplateNameDecl() 147 bool AllowFunctionTemplates, in FilterAcceptableTemplateNames() argument 152 if (!getAsTemplateNameDecl(Orig, AllowFunctionTemplates, AllowDependent)) in FilterAcceptableTemplateNames() 159 bool AllowFunctionTemplates, in hasAnyAcceptableTemplateNames() argument 163 if (getAsTemplateNameDecl(*I, AllowFunctionTemplates, AllowDependent)) in hasAnyAcceptableTemplateNames()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 7718 bool AllowFunctionTemplates = true, 7721 bool AllowFunctionTemplates = true, 7732 bool AllowFunctionTemplates = true,
|