Searched refs:AllowFunctionTemplates (Results 1 – 2 of 2) sorted by relevance
73 bool AllowFunctionTemplates) { in isAcceptableTemplateName() argument77 if (!AllowFunctionTemplates && isa<FunctionTemplateDecl>(D)) in isAcceptableTemplateName()118 bool AllowFunctionTemplates) { in FilterAcceptableTemplateNames() argument125 AllowFunctionTemplates); in FilterAcceptableTemplateNames()156 bool AllowFunctionTemplates) { in hasAnyAcceptableTemplateNames() argument158 if (isAcceptableTemplateName(Context, *I, AllowFunctionTemplates)) in hasAnyAcceptableTemplateNames()
6147 bool AllowFunctionTemplates = true);6149 bool AllowFunctionTemplates = true);