Searched defs:AllowClassTemplates (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDecl.cpp70 AllowClassTemplates(AllowTemplates) {
79 bool AllowedTemplate = AllowClassTemplates && isa<ClassTemplateDecl>(ND);
89 bool AllowClassTemplates; member in class:__anon18023::TypeNameValidatorCCC
513 bool AllowClassTemplates) {
519 TypeNameValidatorCCC Validator(false, false, AllowClassTemplates);
508 DiagnoseUnknownTypeName(IdentifierInfo *&II, SourceLocation IILoc, Scope *S, CXXScopeSpec *SS, ParsedType &SuggestedType, bool AllowClassTemplates) argument

Completed in 698 milliseconds