14 #ifndef LLVM_CLANG_REWRITE_CORE_DELTATREE_H 15 #define LLVM_CLANG_REWRITE_CORE_DELTATREE_H 46 void AddDelta(
unsigned FileIndex,
int Delta);
51 #endif // LLVM_CLANG_REWRITE_CORE_DELTATREE_H void AddDelta(unsigned FileIndex, int Delta)
AddDelta - When a change is made that shifts around the text buffer, this method is used to record th...
int getDeltaAt(unsigned FileIndex) const
getDeltaAt - Return the accumulated delta at the specified file offset.
DeltaTree & operator=(const DeltaTree &)=delete
DeltaTree - a multiway search tree (BTree) structure with some fancy features.
Dataflow Directional Tag Classes.