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

References

tools/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
  747   assert(&Pos.getManager() == &SM && "SourceManagers are different!");
  748   std::pair<FileID, unsigned> LPosInfo = SM.getDecomposedExpansionLoc(Pos);
  753   const llvm::MemoryBuffer *Buf = SM.getBuffer(LPosInfo.first);
  758   unsigned ColNo = SM.getColumnNumber(LPosInfo.first, LPosInfo.second);
  889       Lexer rawLexer(SM.getLocForStartOfFile(LocInfo.first), PP.getLangOpts(),
  944     SM.getLocForStartOfFile(LPosInfo.first).getLocWithOffset(DisplayPos);