Searched defs:LabelScope (Results 1 – 3 of 3) sorted by relevance
41 template <class Emitter> class LabelScope; variable308 friend class LabelScope<Emitter>; variable
99 template <class Emitter> class LabelScope { class104 LabelScope(Compiler<Emitter> *Ctx) : Ctx(Ctx) {} in LabelScope() function in clang::interp::LabelScope
779 unsigned LabelScope = LabelAndGotoScopes[TheLabel->getStmt()]; in VerifyIndirectJumps() local