Searched defs:EnumScope (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/include/clang/Sema/ | ||
H A D | Scope.h | 122 EnumScope = 0x40000, enumerator |
/llvm-project/clang/lib/Parse/ | ||
H A D | ParseDecl.cpp | 5623 ParseScope EnumScope(this, Scope::DeclScope | Scope::EnumScope); ParseEnumBody() local |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaDecl.cpp | 2537 Scope *EnumScope = getNonFieldDeclScope(S); MergeTypedefNameDecl() local |