HomeSort by relevance Sort by last modified time
    Searched refs:getDeltaAt (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Rewrite/
DeltaTree.h 36 /// getDeltaAt - Return the accumulated delta at the specified file offset.
39 int getDeltaAt(unsigned FileIndex) const;
Rewriter.h 105 return Deltas.getDeltaAt(2*OrigOffset+AfterInserts)+OrigOffset;
  /external/clang/lib/Rewrite/
DeltaTree.cpp 404 /// getDeltaAt - Return the accumulated delta at the specified file offset.
407 int DeltaTree::getDeltaAt(unsigned FileIndex) const {

Completed in 75 milliseconds