reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/Interp/ByteCodeStmtGen.cpp
   39 template <class Emitter> class LoopScope final : public LabelScope<Emitter> {
   41   using LabelTy = typename ByteCodeStmtGen<Emitter>::LabelTy;
   42   using OptLabelTy = typename ByteCodeStmtGen<Emitter>::OptLabelTy;
   44   LoopScope(ByteCodeStmtGen<Emitter> *Ctx, LabelTy BreakLabel,
   46       : LabelScope<Emitter>(Ctx), OldBreakLabel(Ctx->BreakLabel),