Searched refs:AllowFunctionTemplates (Results 1 – 2 of 2) sorted by relevance
49 bool AllowFunctionTemplates) { in isAcceptableTemplateName() argument53 if (!AllowFunctionTemplates && isa<FunctionTemplateDecl>(D)) in isAcceptableTemplateName()88 bool AllowFunctionTemplates) { in FilterAcceptableTemplateNames() argument95 AllowFunctionTemplates); in FilterAcceptableTemplateNames()126 bool AllowFunctionTemplates) { in hasAnyAcceptableTemplateNames() argument128 if (isAcceptableTemplateName(Context, *I, AllowFunctionTemplates)) in hasAnyAcceptableTemplateNames()
5043 bool AllowFunctionTemplates = true);5045 bool AllowFunctionTemplates = true);