Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp68 LabelTy BreakLabel, OptLabelTy DefaultLabel) in SwitchScope() argument
70 OldDefaultLabel(this->Ctx->DefaultLabel), in SwitchScope()
73 this->Ctx->DefaultLabel = DefaultLabel; in SwitchScope()
79 this->Ctx->DefaultLabel = OldDefaultLabel; in ~SwitchScope()
H A DByteCodeStmtGen.h77 OptLabelTy DefaultLabel; variable