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

References

tools/clang/lib/Sema/JumpDiagnostics.cpp
  934   if (GS->getLabel()->isMSAsmLabel()) {
  935     S.Diag(GS->getGotoLoc(), diag::err_goto_ms_asm_label)
  936         << GS->getLabel()->getIdentifier();
  937     S.Diag(GS->getLabel()->getLocation(), diag::note_goto_ms_asm_label)
  938         << GS->getLabel()->getIdentifier();