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

References

tools/clang/lib/Frontend/TextDiagnostic.cpp
  874       SourceLocation B = SM.getExpansionLoc(RI->getBegin());
  875       CharSourceRange ERange = SM.getExpansionRange(RI->getEnd());
  879       std::pair<FileID, unsigned> BInfo = SM.getDecomposedLoc(B);
  880       std::pair<FileID, unsigned> EInfo = SM.getDecomposedLoc(E);
  891         TokSize = Lexer::MeasureTokenLength(E, SM, LangOpts);
  893       FullSourceLoc BF(B, SM), EF(E, SM);
  893       FullSourceLoc BF(B, SM), EF(E, SM);