Lines Matching defs:Piece
99 for (const auto &Piece : PD->path) {
100 if (!isa<PathDiagnosticNotePiece>(Piece.get()))
103 reportPiece(NoteID, Piece->getLocation().asLocation(),
104 Piece->getString(), Piece->getRanges(),
105 Piece->getFixits());
113 for (const auto &Piece : FlatPath) {
114 if (isa<PathDiagnosticNotePiece>(Piece.get()))
117 reportPiece(NoteID, Piece->getLocation().asLocation(),
118 Piece->getString(), Piece->getRanges(),
119 Piece->getFixits());