Lines Matching refs:FixIts
276 ArrayRef<SMFixIt> FixIts) const { in GetMessage()
332 ColRanges, FixIts); in GetMessage()
354 ArrayRef<SMRange> Ranges, ArrayRef<SMFixIt> FixIts, in PrintMessage() argument
356 PrintMessage(OS, GetMessage(Loc, Kind, Msg, Ranges, FixIts), ShowColors); in PrintMessage()
361 ArrayRef<SMFixIt> FixIts, bool ShowColors) const { in PrintMessage() argument
362 PrintMessage(errs(), Loc, Kind, Msg, Ranges, FixIts, ShowColors); in PrintMessage()
385 FixIts(Hints.begin(), Hints.end()) { in SMDiagnostic()
386 llvm::sort(FixIts); in SMDiagnostic()
390 ArrayRef<SMFixIt> FixIts, in buildFixItLine() argument
392 if (FixIts.empty()) in buildFixItLine()
400 for (const llvm::SMFixIt &Fixit : FixIts) { in buildFixItLine()
553 buildFixItLine(CaretLine, FixItInsertionLine, FixIts, in print()