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

References

tools/clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
  608   auto AddPieceFID = [&FM, &Fids, &SM](const PathDiagnosticPiece &Piece) {
  609     AddFID(FM, Fids, SM, Piece.getLocation().asLocation());
  612       AddFID(FM, Fids, SM, Range.getBegin());
  613       AddFID(FM, Fids, SM, Range.getEnd());
  687     FullSourceLoc L(SM.getExpansionLoc(UPDLoc.isValid()
  690                     SM);
  692     EmitString(o, GetIssueHash(SM, L, D->getCheckerName(), D->getBugType(),
  737                 SM.getExpansionLoc(
  739                 SM);
  746             FullSourceLoc FunL(SM.getExpansionLoc(Body->getBeginLoc()), SM);
  746             FullSourceLoc FunL(SM.getExpansionLoc(Body->getBeginLoc()), SM);
  758     EmitLocation(o, SM, D->getLocation().asLocation(), FM, 2);
  793     EmitString(o << "  ", SM.getFileEntryForID(FID)->getName()) << '\n';