Searched refs:OutFix (Results 1 – 1 of 1) sorted by relevance
1271 ASTUnit::StandaloneFixIt OutFix; in makeStandaloneFixIt() local1272 OutFix.RemoveRange = makeStandaloneRange(InFix.RemoveRange, SM, LangOpts); in makeStandaloneFixIt()1273 OutFix.InsertFromRange = makeStandaloneRange(InFix.InsertFromRange, SM, in makeStandaloneFixIt()1275 OutFix.CodeToInsert = InFix.CodeToInsert; in makeStandaloneFixIt()1276 OutFix.BeforePreviousInsertions = InFix.BeforePreviousInsertions; in makeStandaloneFixIt()1277 return OutFix; in makeStandaloneFixIt()