Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScope.h116 EnumScope = 0x40000, enumerator
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp3915 ParseScope EnumScope(this, Scope::DeclScope | Scope::EnumScope); in ParseEnumBody() local