HomeSort by relevance Sort by last modified time
    Searched refs:RewriteRope (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Rewrite/Core/
Android.mk 25 RewriteRope.cpp \
RewriteRope.cpp 1 //===--- 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/
RewriteRope.h 1 //===--- 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 {
199 RewriteRope() : AllocBuffer(nullptr), AllocOffs(AllocChunkSize) {}
200 RewriteRope(const RewriteRope &RHS)
204 ~RewriteRope() {
Rewriter.h 20 #include "clang/Rewrite/Core/RewriteRope.h"
43 RewriteRope Buffer;
45 typedef RewriteRope::const_iterator iterator;

Completed in 146 milliseconds