Searched refs:SubSplit (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Rewrite/Core/
H A DDeltaTree.cpp254 SourceDelta SubSplit = InsertRes->Split; local
261 if (SubSplit.FileLoc < InsertRes->Split.FileLoc)
267 // SubRHS/SubSplit into. Find out where to insert SubSplit.
269 // Find the insertion point, the first delta whose index is >SubSplit.FileLoc.
271 while (i != e && SubSplit.FileLoc > InsertSide->getValue(i).FileLoc)
284 InsertSide->Values[i] = SubSplit;
286 InsertSide->FullDelta += SubSplit.Delta + SubRHS->getFullDelta();

Completed in 566 milliseconds