14 #ifndef LLVM_CLANG_REWRITE_CORE_DELTATREE_H 15 #define LLVM_CLANG_REWRITE_CORE_DELTATREE_H 17 #include "llvm/Support/Compiler.h" 30 void operator=(
const DeltaTree &) =
delete;
46 void AddDelta(
unsigned FileIndex,
int Delta);
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 - a multiway search tree (BTree) structure with some fancy features.
Dataflow Directional Tag Classes.