Searched refs:AllowedTemplate (Results 1 – 1 of 1) sorted by relevance
79 bool AllowedTemplate = AllowClassTemplates && isa<ClassTemplateDecl>(ND); in ValidateCandidate() local80 return (IsType || AllowedTemplate) && in ValidateCandidate()