Searched refs:AllowFunctionTemplates (Results 1 – 2 of 2) sorted by relevance
51 bool AllowFunctionTemplates) { in isAcceptableTemplateName() argument55 if (!AllowFunctionTemplates && isa<FunctionTemplateDecl>(D)) in isAcceptableTemplateName()90 bool AllowFunctionTemplates) { in FilterAcceptableTemplateNames() argument97 AllowFunctionTemplates); in FilterAcceptableTemplateNames()128 bool AllowFunctionTemplates) { in hasAnyAcceptableTemplateNames() argument130 if (isAcceptableTemplateName(Context, *I, AllowFunctionTemplates)) in hasAnyAcceptableTemplateNames()
5263 bool AllowFunctionTemplates = true);5265 bool AllowFunctionTemplates = true);