Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplate.cpp50 bool AllowFunctionTemplates) { in isAcceptableTemplateName() argument
54 if (!AllowFunctionTemplates && isa<FunctionTemplateDecl>(D)) in isAcceptableTemplateName()
89 bool AllowFunctionTemplates) { in FilterAcceptableTemplateNames() argument
96 AllowFunctionTemplates); in FilterAcceptableTemplateNames()
127 bool AllowFunctionTemplates) { in hasAnyAcceptableTemplateNames() argument
129 if (isAcceptableTemplateName(Context, *I, AllowFunctionTemplates)) in hasAnyAcceptableTemplateNames()
/external/clang/include/clang/Sema/
DSema.h5168 bool AllowFunctionTemplates = true);
5170 bool AllowFunctionTemplates = true);