Searched refs:AllowFunctionTemplates (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaTemplate.cpp | 102 bool AllowFunctionTemplates, in getAsTemplateNameDecl() argument 107 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()
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | Sema.h | 7967 bool AllowFunctionTemplates = true, 7970 bool AllowFunctionTemplates = true, 7981 bool AllowFunctionTemplates = true,
|