Home
last modified time | relevance | path

Searched defs:EnumScope (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/clang/include/clang/Sema/
H A DScope.h117 EnumScope = 0x40000, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/
DScope.h119 EnumScope = 0x40000, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/
DScope.h122 EnumScope = 0x40000, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/
DScope.h122 EnumScope = 0x40000, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/
DScope.h122 EnumScope = 0x40000, enumerator
/aosp_15_r20/external/clang/lib/Parse/
H A DParseDecl.cpp4165 ParseScope EnumScope(this, Scope::DeclScope | Scope::EnumScope); in ParseEnumBody() local
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaDecl.cpp2023 Scope *EnumScope = getNonFieldDeclScope(S); in MergeTypedefNameDecl() local