Home
last modified time | relevance | path

Searched refs:CaseLabels (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/lib/AST/Interp/
DByteCodeStmtGen.cpp67 SwitchScope(ByteCodeStmtGen<Emitter> *Ctx, CaseMap &&CaseLabels, in SwitchScope() argument
71 OldCaseLabels(std::move(this->Ctx->CaseLabels)) { in SwitchScope()
74 this->Ctx->CaseLabels = std::move(CaseLabels); in SwitchScope()
80 this->Ctx->CaseLabels = std::move(OldCaseLabels); in ~SwitchScope()
DByteCodeStmtGen.h74 CaseMap CaseLabels; variable