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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DDeltaTree.h37 /// getDeltaAt - Return the accumulated delta at the specified file offset.
40 int getDeltaAt(unsigned FileIndex) const;
H A DRewriteBuffer.h99 return Deltas.getDeltaAt(2*OrigOffset+AfterInserts)+OrigOffset;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Rewrite/
H A DDeltaTree.cpp405 /// getDeltaAt - Return the accumulated delta at the specified file offset.
408 int DeltaTree::getDeltaAt(unsigned FileIndex) const { function in class:__anon3109::DeltaTreeNode::DeltaTree

Completed in 161 milliseconds