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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Rewrite/
H A DDeltaTree.cpp259 SourceDelta SubSplit = InsertRes->Split; local
266 if (SubSplit.FileLoc < InsertRes->Split.FileLoc)
272 // SubRHS/SubSplit into. Find out where to insert SubSplit.
274 // Find the insertion point, the first delta whose index is >SubSplit.FileLoc.
276 while (i != e && SubSplit.FileLoc > InsertSide->getValue(i).FileLoc)
289 InsertSide->Values[i] = SubSplit;
291 InsertSide->FullDelta += SubSplit.Delta + SubRHS->getFullDelta();

Completed in 127 milliseconds