Home
last modified time | relevance | path

Searched refs:OutFix (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Frontend/
DASTUnit.cpp1286 ASTUnit::StandaloneFixIt OutFix; in makeStandaloneFixIt() local
1287 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()
1292 return OutFix; in makeStandaloneFixIt()