Searched refs:Fids (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | PlistDiagnostics.cpp | 162 SmallVectorImpl<FileID> &Fids, 487 SmallVectorImpl<FileID> &Fids, in printCoverage() argument 499 unsigned FileKey = AddFID(FM, Fids, FID); in printCoverage() 615 SmallVector<FileID, 10> Fids; in FlushDiagnosticsImpl() local 619 auto AddPieceFID = [&FM, &Fids, &SM](const PathDiagnosticPiece &Piece) { in FlushDiagnosticsImpl() 620 AddFID(FM, Fids, SM, Piece.getLocation().asLocation()); in FlushDiagnosticsImpl() 623 AddFID(FM, Fids, SM, Range.getBegin()); in FlushDiagnosticsImpl() 624 AddFID(FM, Fids, SM, Range.getEnd()); in FlushDiagnosticsImpl() 793 printCoverage(D, /*IndentLevel=*/2, Fids, FM, o); in FlushDiagnosticsImpl() 803 for (FileID FID : Fids) in FlushDiagnosticsImpl()
|