Searched refs:InFix (Results 1 – 2 of 2) sorted by relevance
1249 const FixItHint &InFix) { in makeStandaloneFixIt() argument1251 OutFix.RemoveRange = makeStandaloneRange(InFix.RemoveRange, SM, LangOpts); in makeStandaloneFixIt()1252 OutFix.InsertFromRange = makeStandaloneRange(InFix.InsertFromRange, SM, in makeStandaloneFixIt()1254 OutFix.CodeToInsert = InFix.CodeToInsert; in makeStandaloneFixIt()1255 OutFix.BeforePreviousInsertions = InFix.BeforePreviousInsertions; in makeStandaloneFixIt()
1285 const FixItHint &InFix) { in makeStandaloneFixIt() argument1287 OutFix.RemoveRange = makeStandaloneRange(InFix.RemoveRange, SM, LangOpts); in makeStandaloneFixIt()1288 OutFix.InsertFromRange = makeStandaloneRange(InFix.InsertFromRange, SM, in makeStandaloneFixIt()1290 OutFix.CodeToInsert = InFix.CodeToInsert; in makeStandaloneFixIt()1291 OutFix.BeforePreviousInsertions = InFix.BeforePreviousInsertions; in makeStandaloneFixIt()