Home | History | Annotate | Download | only in Support

Lines Matching defs:FixIts

138                                    ArrayRef<SMFixIt> FixIts) const {
195 LineStr, ColRanges, FixIts);
218 ArrayRef<SMFixIt> FixIts, bool ShowColors) const {
219 PrintMessage(OS, GetMessage(Loc, Kind, Msg, Ranges, FixIts), ShowColors);
224 ArrayRef<SMFixIt> FixIts, bool ShowColors) const {
225 PrintMessage(llvm::errs(), Loc, Kind, Msg, Ranges, FixIts, ShowColors);
239 FixIts(Hints.begin(), Hints.end()) {
240 std::sort(FixIts.begin(), FixIts.end());
244 ArrayRef<SMFixIt> FixIts, ArrayRef<char> SourceLine){
245 if (FixIts.empty())
253 for (ArrayRef<SMFixIt>::iterator I = FixIts.begin(), E = FixIts.end();
286 // characters in fixits. If we decide to do this, we'll have to track
395 // misaligned fixits for any other odd characters.
417 buildFixItLine(CaretLine, FixItInsertionLine, FixIts,