Home
last modified time | relevance | path

Searched refs:AllowedTemplate (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaDecl.cpp79 bool AllowedTemplate = AllowClassTemplates && isa<ClassTemplateDecl>(ND); in ValidateCandidate() local
80 return (IsType || AllowedTemplate) && in ValidateCandidate()