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

References

tools/clang/lib/Sema/JumpDiagnostics.cpp
  666   SmallVector<Stmt*, 4> GotoJumps = IsAsmGoto ? AsmJumps : IndirectJumps;
  670       IsAsmGoto ? AsmJumpTargets : IndirectJumpTargets;
  674     assert(!IsAsmGoto &&"only indirect goto can get here");