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

References

tools/clang/include/clang/AST/Stmt.h
 2487   SourceLocation getEndLoc() const { return getLabelLoc(); }
tools/clang/lib/AST/ASTImporter.cpp
 5940   auto Imp = importSeq(S->getLabel(), S->getGotoLoc(), S->getLabelLoc());
tools/clang/lib/Sema/TreeTransform.h
 7001   return getDerived().RebuildGotoStmt(S->getGotoLoc(), S->getLabelLoc(),
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  226   Record.AddSourceLocation(S->getLabelLoc());
tools/clang/tools/libclang/CIndex.cpp
 2618   WL.push_back(LabelRefVisit(GS->getLabel(), GS->getLabelLoc(), Parent));