Home
last modified time | relevance | path

Searched refs:RopeRefCountString (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Rewrite/Core/
DRewriteRope.h34 struct RopeRefCountString { struct
60 llvm::IntrusiveRefCntPtr<RopeRefCountString> StrData;
66 RopePiece(llvm::IntrusiveRefCntPtr<RopeRefCountString> Str, unsigned Start, in RopePiece()
170 llvm::IntrusiveRefCntPtr<RopeRefCountString> AllocBuffer;
/external/clang/lib/Rewrite/
DRewriteRope.cpp782 unsigned Size = End-Start+sizeof(RopeRefCountString)-1; in MakeRopeString()
783 RopeRefCountString *Res = in MakeRopeString()
784 reinterpret_cast<RopeRefCountString *>(new char[Size]); in MakeRopeString()
793 unsigned AllocSize = offsetof(RopeRefCountString, Data) + AllocChunkSize; in MakeRopeString()
794 RopeRefCountString *Res = in MakeRopeString()
795 reinterpret_cast<RopeRefCountString *>(new char[AllocSize]); in MakeRopeString()