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

References

tools/clang/lib/AST/ASTImporter.cpp
 8425     ExpectedSLoc ToSpLoc = Import(FromEx.getSpellingLoc());
tools/clang/lib/Basic/SourceManager.cpp
  929     Loc = getSLocEntry(LocInfo.first).getExpansion().getSpellingLoc();
  971     Loc = E->getExpansion().getSpellingLoc();
  989   Loc = getSLocEntry(LocInfo.first).getExpansion().getSpellingLoc();
 1746                                  ExpInfo.getSpellingLoc(),
 1783                       Info.getSpellingLoc().getLocWithOffset(SpellRelativeOffs),
 2108       out << "  spelling from " << EI.getSpellingLoc().getOffset() << "\n";
tools/clang/lib/Lex/Lexer.cpp
  995     SourceLocation SpellLoc = Expansion.getSpellingLoc();
tools/clang/lib/Serialization/ASTWriter.cpp
 2380       AddSourceLocation(Expansion.getSpellingLoc(), Record);
tools/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
 1136     SL = SE.getExpansion().getSpellingLoc();
tools/clang/tools/extra/clang-tidy/modernize/UseNullptrCheck.cpp
  333       ArgLoc = Expansion.getSpellingLoc().getLocWithOffset(LocInfo.second);
  392       Loc = Expansion.getSpellingLoc().getLocWithOffset(LocInfo.second);