Searched refs:AllowFunctionTemplates (Results 1 – 2 of 2) sorted by relevance
50 bool AllowFunctionTemplates) { in isAcceptableTemplateName() argument54 if (!AllowFunctionTemplates && isa<FunctionTemplateDecl>(D)) in isAcceptableTemplateName()89 bool AllowFunctionTemplates) { in FilterAcceptableTemplateNames() argument96 AllowFunctionTemplates); in FilterAcceptableTemplateNames()127 bool AllowFunctionTemplates) { in hasAnyAcceptableTemplateNames() argument129 if (isAcceptableTemplateName(Context, *I, AllowFunctionTemplates)) in hasAnyAcceptableTemplateNames()
5168 bool AllowFunctionTemplates = true);5170 bool AllowFunctionTemplates = true);