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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Rewrite/
H A DDeltaTree.cpp90 int getFullDelta() const { return FullDelta; } function in class:__anon3109::DeltaTreeNode
141 FullDelta = IR.LHS->getFullDelta()+IR.RHS->getFullDelta()+IR.Split.Delta;
176 NewFullDelta += IN->getChild(i)->getFullDelta();
291 InsertSide->FullDelta += SubSplit.Delta + SubRHS->getFullDelta();
356 assert(FullDelta == N->getFullDelta());
369 FullDelta += IChild->getFullDelta();
380 FullDelta += IN->getChild(IN->getNumValuesUsed())->getFullDelta();
382 assert(FullDelta == N->getFullDelta());
436 Result += IN->getChild(i)->getFullDelta();
[all...]

Completed in 190 milliseconds