Home
last modified time | relevance | path

Searched defs:SwitchScope (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/lib/AST/Interp/
DByteCodeStmtGen.h35 template <class Emitter> class SwitchScope; variable
57 friend class SwitchScope<Emitter>; variable
DByteCodeStmtGen.cpp61 template <class Emitter> class SwitchScope final : public LabelScope<Emitter> { class
67 SwitchScope(ByteCodeStmtGen<Emitter> *Ctx, CaseMap &&CaseLabels, in SwitchScope() function in clang::interp::SwitchScope
/external/clang/include/clang/Sema/
DScope.h97 SwitchScope = 0x1000, enumerator
/external/llvm-project/clang/include/clang/Sema/
DScope.h98 SwitchScope = 0x1000, enumerator
/external/clang/lib/Parse/
DParseStmt.cpp1282 ParseScope SwitchScope(this, ScopeFlags); in ParseSwitchStatement() local
/external/llvm-project/clang/lib/Parse/
DParseStmt.cpp1524 ParseScope SwitchScope(this, ScopeFlags); in ParseSwitchStatement() local