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 Ranges(Ranges.vec()), 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 (ArrayRef<SMFixIt>::iterator I = FixIts.begin(), E = FixIts.end(); I != E; in buildFixItLine()
547 CaretLine, FixItInsertionLine, FixIts, in print()