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

References

tools/clang/include/clang/AST/Stmt.h
 2486   SourceLocation getBeginLoc() const { return getGotoLoc(); }
tools/clang/lib/AST/ASTImporter.cpp
 5940   auto Imp = importSeq(S->getLabel(), S->getGotoLoc(), S->getLabelLoc());
tools/clang/lib/Sema/JumpDiagnostics.cpp
  610         CheckJump(GS, GS->getLabel()->getStmt(), GS->getGotoLoc(),
  935     S.Diag(GS->getGotoLoc(), diag::err_goto_ms_asm_label)
tools/clang/lib/Sema/TreeTransform.h
 7001   return getDerived().RebuildGotoStmt(S->getGotoLoc(), S->getLabelLoc(),
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  225   Record.AddSourceLocation(S->getGotoLoc());
tools/clang/tools/extra/clang-tidy/cppcoreguidelines/AvoidGotoCheck.cpp
   49   diag(Goto->getGotoLoc(), "avoid using 'goto' for flow control")