Lines Matching refs:FixIts
172 ArrayRef<SMFixIt> FixIts) const { in GetMessage()
228 LineStr, ColRanges, FixIts); in GetMessage()
251 ArrayRef<SMFixIt> FixIts, bool ShowColors) const { in PrintMessage() argument
252 PrintMessage(OS, GetMessage(Loc, Kind, Msg, Ranges, FixIts), ShowColors); in PrintMessage()
257 ArrayRef<SMFixIt> FixIts, bool ShowColors) const { in PrintMessage() argument
258 PrintMessage(errs(), Loc, Kind, Msg, Ranges, FixIts, ShowColors); in PrintMessage()
272 FixIts(Hints.begin(), Hints.end()) { in SMDiagnostic()
273 llvm::sort(FixIts); in SMDiagnostic()
277 ArrayRef<SMFixIt> FixIts, ArrayRef<char> SourceLine){ in buildFixItLine() argument
278 if (FixIts.empty()) in buildFixItLine()
286 for (ArrayRef<SMFixIt>::iterator I = FixIts.begin(), E = FixIts.end(); in buildFixItLine()
445 buildFixItLine(CaretLine, FixItInsertionLine, FixIts, in print()