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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Rewrite/
H A DDeltaTree.cpp36 /// SourceDelta - As code in the original input buffer is added and deleted,
37 /// SourceDelta records are used to keep track of how the input SourceLocation
39 struct SourceDelta { struct in namespace:__anon3941
43 static SourceDelta get(unsigned Loc, int D) {
44 SourceDelta Delta;
57 SourceDelta Split;
69 /// Values - This tracks the SourceDelta's currently in this node.
71 SourceDelta Values[2*WidthFactor-1];
93 const SourceDelta &getValue(unsigned i) const {
97 SourceDelta
[all...]

Completed in 110 milliseconds