Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp26 template <class Emitter> class LabelScope { class
28 virtual ~LabelScope() { } in ~LabelScope()
31 LabelScope(ByteCodeStmtGen<Emitter> *Ctx) : Ctx(Ctx) {} in LabelScope() function in clang::interp::LabelScope
37 template <class Emitter> class LoopScope final : public LabelScope<Emitter> {
44 : LabelScope<Emitter>(Ctx), OldBreakLabel(Ctx->BreakLabel), in LoopScope()
61 template <class Emitter> class SwitchScope final : public LabelScope<Emitter> {
69 : LabelScope<Emitter>(Ctx), OldBreakLabel(Ctx->BreakLabel), in SwitchScope()
H A DByteCodeStmtGen.h31 template <class Emitter> class LabelScope; variable
50 friend class LabelScope<Emitter>;
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DJumpDiagnostics.cpp763 unsigned LabelScope = LabelAndGotoScopes[TheLabel->getStmt()]; in VerifyIndirectOrAsmJumps() local
764 LabelDecl *&Target = TargetScopes[LabelScope]; in VerifyIndirectOrAsmJumps()