Home
last modified time | relevance | path

Searched refs:RewriteRope (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Rewrite/Core/
DRewriteRope.h165 class RewriteRope {
175 RewriteRope() : AllocBuffer(nullptr), AllocOffs(AllocChunkSize) {} in RewriteRope() function
176 RewriteRope(const RewriteRope &RHS) in RewriteRope() function
DRewriteBuffer.h32 RewriteRope Buffer;
34 typedef RewriteRope::const_iterator iterator;
/external/clang/lib/Rewrite/
DCMakeLists.txt8 RewriteRope.cpp
DRewriteRope.cpp768 RopePiece RewriteRope::MakeRopeString(const char *Start, const char *End) { in MakeRopeString()