Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp129 OldBreakVarScope(Ctx->BreakVarScope), in LoopScope()
133 this->Ctx->BreakVarScope = this->Ctx->VarScope; in LoopScope()
141 this->Ctx->BreakVarScope = OldBreakVarScope; in ~LoopScope()
163 OldLabelVarScope(Ctx->BreakVarScope) { in SwitchScope()
167 this->Ctx->BreakVarScope = this->Ctx->VarScope; in SwitchScope()
174 this->Ctx->BreakVarScope = OldLabelVarScope; in ~SwitchScope()
5643 for (VariableScope<Emitter> *C = VarScope; C != BreakVarScope; in visitBreakStmt()
H A DCompiler.h442 VariableScope<Emitter> *BreakVarScope = nullptr; variable