Home
last modified time | relevance | path

Searched refs:AllowFunctionTemplates (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp106 bool AllowFunctionTemplates, in getAsTemplateNameDecl() argument
111 if (!AllowFunctionTemplates && isa<FunctionTemplateDecl>(D)) in getAsTemplateNameDecl()
151 bool AllowFunctionTemplates, in FilterAcceptableTemplateNames() argument
156 if (!getAsTemplateNameDecl(Orig, AllowFunctionTemplates, AllowDependent)) in FilterAcceptableTemplateNames()
163 bool AllowFunctionTemplates, in hasAnyAcceptableTemplateNames() argument
167 if (getAsTemplateNameDecl(*I, AllowFunctionTemplates, AllowDependent)) in hasAnyAcceptableTemplateNames()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11073 bool AllowFunctionTemplates = true,
11076 bool AllowFunctionTemplates = true,
11087 bool AllowFunctionTemplates = true,