Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp70 AllowClassTemplates(AllowTemplates) { in TypeNameValidatorCCC()
79 bool AllowedTemplate = AllowClassTemplates && isa<ClassTemplateDecl>(ND); in ValidateCandidate()
89 bool AllowClassTemplates; member in __anon26b64dae0111::TypeNameValidatorCCC
604 bool AllowClassTemplates) { in DiagnoseUnknownTypeName() argument
613 false, false, AllowClassTemplates), in DiagnoseUnknownTypeName()
/external/clang/include/clang/Sema/
DSema.h1535 bool AllowClassTemplates = false);