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