Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp1239 ASTUnit::StandaloneFixIt OutFix; in makeStandaloneFixIt() local
1240 OutFix.RemoveRange = makeStandaloneRange(InFix.RemoveRange, SM, LangOpts); in makeStandaloneFixIt()
1241 OutFix.InsertFromRange = makeStandaloneRange(InFix.InsertFromRange, SM, in makeStandaloneFixIt()
1243 OutFix.CodeToInsert = InFix.CodeToInsert; in makeStandaloneFixIt()
1244 OutFix.BeforePreviousInsertions = InFix.BeforePreviousInsertions; in makeStandaloneFixIt()
1245 return OutFix; in makeStandaloneFixIt()