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

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

Completed in 169 milliseconds