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

Declarations

tools/clang/include/clang/Basic/SourceLocation.h
  370   FullSourceLoc getSpellingLoc() const;

References

tools/clang/lib/Analysis/PathDiagnostic.cpp
  335   const FileEntry *XFE = SM.getFileEntryForID(XL.getSpellingLoc().getFileID());
  336   const FileEntry *YFE = SM.getFileEntryForID(YL.getSpellingLoc().getFileID());
tools/clang/lib/Frontend/DiagnosticRenderer.cpp
  433   FullSourceLoc SpellingLoc = Loc.getSpellingLoc();
tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
 2750     Loc = Loc.getSpellingLoc();
tools/clang/lib/Tooling/Refactoring/AtomicChange.cpp
  200       FullKeyPosition.getSpellingLoc().getDecomposedLoc();
tools/clang/lib/Tooling/Refactoring/Rename/USRLocFinder.cpp
   48       FullLoc.getSpellingLoc().getDecomposedLoc();