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

/external/clang/lib/Rewrite/Core/
H A DAndroid.mk25 RewriteRope.cpp \
H A DRewriteRope.cpp1 //===--- RewriteRope.cpp - Rope specialized for rewriter --------*- C++ -*-===//
10 // This file implements the RewriteRope class, which is a powerful string.
14 #include "clang/Rewrite/Core/RewriteRope.h"
19 /// RewriteRope is a "strong" string class, designed to make insertions and
37 /// maintain efficient operation when the RewriteRope contains a *huge* number
759 // RewriteRope Implementation
766 RopePiece RewriteRope::MakeRopeString(const char *Start, const char *End) {
/external/clang/include/clang/Rewrite/Core/
H A DRewriteRope.h1 //===--- RewriteRope.h - Rope specialized for rewriter ----------*- C++ -*-===//
10 // This file defines the RewriteRope class, which is a powerful string class.
183 // RewriteRope Class
186 /// RewriteRope - A powerful string class. This class supports extremely
189 class RewriteRope { class in namespace:clang
199 RewriteRope() : AllocBuffer(nullptr), AllocOffs(AllocChunkSize) {} function in class:clang::RewriteRope
200 RewriteRope(const RewriteRope &RHS) function in class:clang::RewriteRope
204 ~RewriteRope() {
H A DRewriter.h20 #include "clang/Rewrite/Core/RewriteRope.h"
43 RewriteRope Buffer;
45 typedef RewriteRope::const_iterator iterator;

Completed in 2285 milliseconds