Searched refs:AllowFunctionTemplates (Results 1 – 2 of 2) sorted by relevance
53 bool AllowFunctionTemplates) { in isAcceptableTemplateName() argument57 if (!AllowFunctionTemplates && isa<FunctionTemplateDecl>(D)) in isAcceptableTemplateName()92 bool AllowFunctionTemplates) { in FilterAcceptableTemplateNames() argument99 AllowFunctionTemplates); in FilterAcceptableTemplateNames()130 bool AllowFunctionTemplates) { in hasAnyAcceptableTemplateNames() argument132 if (isAcceptableTemplateName(Context, *I, AllowFunctionTemplates)) in hasAnyAcceptableTemplateNames()
5654 bool AllowFunctionTemplates = true);5656 bool AllowFunctionTemplates = true);