Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplate.cpp51 bool AllowFunctionTemplates) { in isAcceptableTemplateName() argument
55 if (!AllowFunctionTemplates && isa<FunctionTemplateDecl>(D)) in isAcceptableTemplateName()
90 bool AllowFunctionTemplates) { in FilterAcceptableTemplateNames() argument
97 AllowFunctionTemplates); in FilterAcceptableTemplateNames()
128 bool AllowFunctionTemplates) { in hasAnyAcceptableTemplateNames() argument
130 if (isAcceptableTemplateName(Context, *I, AllowFunctionTemplates)) in hasAnyAcceptableTemplateNames()
/external/clang/include/clang/Sema/
DSema.h5263 bool AllowFunctionTemplates = true);
5265 bool AllowFunctionTemplates = true);