Searched defs:LabelScope (Results 1 – 3 of 3) sorted by relevance
31 template <class Emitter> class LabelScope; variable
26 template <class Emitter> class LabelScope { class31 LabelScope(ByteCodeStmtGen<Emitter> *Ctx) : Ctx(Ctx) {} in LabelScope() function in clang::interp::LabelScope
763 unsigned LabelScope = LabelAndGotoScopes[TheLabel->getStmt()]; in VerifyIndirectOrAsmJumps() local