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

Declarations

tools/clang/include/clang/Basic/SourceLocation.h
  223   std::string printToString(const SourceManager &SM) const;

References

tools/clang/tools/extra/clangd/Selection.cpp
  330     dlog("{1}skipped range = {0}", S.printToString(SM), indent(1));
  396     dlog("{1}claimRange: {0}", Range->printToString(SM), indent());
  409                .printToString(SM),
  495            .printToString(SM));
tools/clang/unittests/Basic/SourceManagerTest.cpp
  193   EXPECT_EQ(SourceRange(BeginLoc, BeginLoc).printToString(SourceMgr),
  195   EXPECT_EQ(SourceRange(BeginLoc, BeginEOLLoc).printToString(SourceMgr),
  197   EXPECT_EQ(SourceRange(BeginLoc, EndLoc).printToString(SourceMgr),
  199   EXPECT_EQ(SourceRange(BeginLoc, HeaderLoc).printToString(SourceMgr),