Home
last modified time | relevance | path

Searched refs:EnumScope (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Sema/
DScope.cpp78 else if ((flags & EnumScope)) in Init()
/external/clang/include/clang/Sema/
DScope.h116 EnumScope = 0x40000, enumerator
/external/clang/lib/Parse/
DParseDecl.cpp3774 ParseScope EnumScope(this, Scope::DeclScope | Scope::EnumScope); in ParseEnumBody() local
3880 EnumScope.Exit(); in ParseEnumBody()