Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.h32 template <class Emitter> class LabelScope; variable
51 friend class LabelScope<Emitter>;
/llvm-project-15.0.7/clang/lib/Sema/
H A DJumpDiagnostics.cpp763 unsigned LabelScope = LabelAndGotoScopes[TheLabel->getStmt()]; in VerifyIndirectOrAsmJumps() local
764 LabelDecl *&Target = TargetScopes[LabelScope]; in VerifyIndirectOrAsmJumps()