Lines Matching refs:FixIts
264 ArrayRef<SMFixIt> FixIts) const { in GetMessage()
321 ColRanges, FixIts); in GetMessage()
343 ArrayRef<SMRange> Ranges, ArrayRef<SMFixIt> FixIts, in PrintMessage() argument
345 PrintMessage(OS, GetMessage(Loc, Kind, Msg, Ranges, FixIts), ShowColors); in PrintMessage()
350 ArrayRef<SMFixIt> FixIts, bool ShowColors) const { in PrintMessage() argument
351 PrintMessage(errs(), Loc, Kind, Msg, Ranges, FixIts, ShowColors); in PrintMessage()
374 FixIts(Hints.begin(), Hints.end()) { in SMDiagnostic()
375 llvm::sort(FixIts); in SMDiagnostic()
379 ArrayRef<SMFixIt> FixIts, in buildFixItLine() argument
381 if (FixIts.empty()) in buildFixItLine()
389 for (const llvm::SMFixIt &Fixit : FixIts) { in buildFixItLine()
543 CaretLine, FixItInsertionLine, FixIts, in print()