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

References

tools/clang/lib/Lex/Preprocessor.cpp
  504   SourceLocation SpellingLoc = SM.getSpellingLoc(Loc);
  505   std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(SpellingLoc);
  507   StringRef Buffer = SM.getBufferData(LocInfo.first, &Invalid);
  515   return SM.createTokenSplitLoc(Spelling, Loc, Loc.getLocWithOffset(Length));