Searched defs:LabelScope (Results 1 – 3 of 3) sorted by relevance
27 template <class Emitter> class LabelScope; variable
23 template <class Emitter> class LabelScope { class28 LabelScope(ByteCodeStmtGen<Emitter> *Ctx) : Ctx(Ctx) {} in LabelScope() function in clang::interp::LabelScope
770 unsigned LabelScope = LabelAndGotoScopes[TheLabel->getStmt()]; in VerifyIndirectJumps() local