Searched defs:RopeRefCountString (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Rewrite/
H A DRewriteRope.h24 // RopeRefCountString Class
27 /// RopeRefCountString - This struct is allocated with 'new char[]' from the
31 struct RopeRefCountString { struct in namespace:clang
49 /// RopePiece - This class represents a view into a RopeRefCountString object.
55 /// that both refer to the same underlying RopeRefCountString (just with
58 RopeRefCountString *StrData;
64 RopePiece(RopeRefCountString *Str, unsigned Start, unsigned End)
182 RopeRefCountString *AllocBuffer;

Completed in 103 milliseconds