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

/external/clang/lib/Parse/
H A DParseDecl.cpp3405 SourceLocation ScopedEnumKWLoc; local
3413 ScopedEnumKWLoc = ConsumeToken();
3483 if (!Name && ScopedEnumKWLoc.isValid()) {
3487 ScopedEnumKWLoc = SourceLocation();
3656 Owned, IsDependent, ScopedEnumKWLoc,
/external/clang/lib/Sema/
H A DSemaDecl.cpp10039 SourceLocation ScopedEnumKWLoc,
10050 bool ScopedEnum = ScopedEnumKWLoc.isValid();
10409 Diag(ScopedEnumKWLoc, diag::err_enum_class_reference)
10411 << FixItHint::CreateRemoval(ScopedEnumKWLoc);
10032 ActOnTag(Scope *S, unsigned TagSpec, TagUseKind TUK, SourceLocation KWLoc, CXXScopeSpec &SS, IdentifierInfo *Name, SourceLocation NameLoc, AttributeList *Attr, AccessSpecifier AS, SourceLocation ModulePrivateLoc, MultiTemplateParamsArg TemplateParameterLists, bool &OwnedDecl, bool &IsDependent, SourceLocation ScopedEnumKWLoc, bool ScopedEnumUsesClassTag, TypeResult UnderlyingType) argument

Completed in 179 milliseconds