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

/external/clang/include/clang/Rewrite/Core/
H A DDeltaTree.h38 /// getDeltaAt - Return the accumulated delta at the specified file offset.
41 int getDeltaAt(unsigned FileIndex) const;
H A DRewriter.h107 return Deltas.getDeltaAt(2*OrigOffset+AfterInserts)+OrigOffset;
/external/clang/lib/Rewrite/Core/
H A DDeltaTree.cpp401 /// getDeltaAt - Return the accumulated delta at the specified file offset.
404 int DeltaTree::getDeltaAt(unsigned FileIndex) const { function in class:__anon17962::DeltaTreeNode::DeltaTree

Completed in 423 milliseconds