Searched refs:ScopedEnumKWLoc (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Parse/
H A DParseDecl.cpp3070 SourceLocation ScopedEnumKWLoc; local
3078 ScopedEnumKWLoc = ConsumeToken();
3148 if (!Name && ScopedEnumKWLoc.isValid()) {
3152 ScopedEnumKWLoc = SourceLocation();
3318 Owned, IsDependent, ScopedEnumKWLoc,
/external/clang/lib/Sema/
H A DSemaDecl.cpp8346 SourceLocation ScopedEnumKWLoc,
8357 bool ScopedEnum = ScopedEnumKWLoc.isValid();
8688 Diag(ScopedEnumKWLoc, diag::err_enum_class_reference)
8690 << FixItHint::CreateRemoval(ScopedEnumKWLoc);
8339 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
/external/clang/include/clang/Sema/
H A DSema.h1415 SourceLocation ScopedEnumKWLoc,

Completed in 100 milliseconds