Home | History | Annotate | Download | only in Support

Lines Matching defs:FixIts

145                                    ArrayRef<SMFixIt> FixIts) const {
202 LineStr, ColRanges, FixIts);
225 ArrayRef<SMFixIt> FixIts, bool ShowColors) const {
226 PrintMessage(OS, GetMessage(Loc, Kind, Msg, Ranges, FixIts), ShowColors);
231 ArrayRef<SMFixIt> FixIts, bool ShowColors) const {
232 PrintMessage(llvm::errs(), Loc, Kind, Msg, Ranges, FixIts, ShowColors);
246 FixIts(Hints.begin(), Hints.end()) {
247 std::sort(FixIts.begin(), FixIts.end());
251 ArrayRef<SMFixIt> FixIts, ArrayRef<char> SourceLine){
252 if (FixIts.empty())
260 for (ArrayRef<SMFixIt>::iterator I = FixIts.begin(), E = FixIts.end();
293 // characters in fixits. If we decide to do this, we'll have to track
402 // misaligned fixits for any other odd characters.
424 buildFixItLine(CaretLine, FixItInsertionLine, FixIts,