Home | History | Annotate | Download | only in Support

Lines Matching refs:SMFixIt

29   class SMFixIt;
158 ArrayRef<SMFixIt> FixIts = None,
164 ArrayRef<SMFixIt> FixIts = None,
181 ArrayRef<SMFixIt> FixIts = None) const;
194 class SMFixIt {
201 SMFixIt(SMLoc Loc, const Twine &Insertion)
207 SMFixIt(SMRange R, const Twine &Replacement)
215 bool operator<(const SMFixIt &Other) const {
235 SmallVector<SMFixIt, 4> FixIts;
251 ArrayRef<SMFixIt> FixIts = None);
265 void addFixIt(const SMFixIt &Hint) {
269 ArrayRef<SMFixIt> getFixIts() const {