Lines Matching refs:FixIts
272 ArrayRef<SMFixIt> FixIts) const { in GetMessage()
328 ColRanges, FixIts); in GetMessage()
350 ArrayRef<SMRange> Ranges, ArrayRef<SMFixIt> FixIts, in PrintMessage() argument
352 PrintMessage(OS, GetMessage(Loc, Kind, Msg, Ranges, FixIts), ShowColors); in PrintMessage()
357 ArrayRef<SMFixIt> FixIts, bool ShowColors) const { in PrintMessage() argument
358 PrintMessage(errs(), Loc, Kind, Msg, Ranges, FixIts, ShowColors); in PrintMessage()
381 FixIts(Hints.begin(), Hints.end()) { in SMDiagnostic()
382 llvm::sort(FixIts); in SMDiagnostic()
386 ArrayRef<SMFixIt> FixIts, in buildFixItLine() argument
388 if (FixIts.empty()) in buildFixItLine()
396 for (const llvm::SMFixIt &Fixit : FixIts) { in buildFixItLine()
550 CaretLine, FixItInsertionLine, FixIts, in print()