Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/Interp/
DByteCodeStmtGen.cpp43 LabelTy ContinueLabel) in LoopScope() argument
45 OldContinueLabel(Ctx->ContinueLabel) { in LoopScope()
47 this->Ctx->ContinueLabel = ContinueLabel; in LoopScope()
52 this->Ctx->ContinueLabel = OldContinueLabel; in ~LoopScope()
DByteCodeStmtGen.h79 OptLabelTy ContinueLabel; variable