Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp163 OldLabelVarScope(Ctx->BreakVarScope) { in SwitchScope()
174 this->Ctx->BreakVarScope = OldLabelVarScope; in ~SwitchScope()
181 VariableScope<Emitter> *OldLabelVarScope; member in clang::interp::SwitchScope