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.
177 // RewriteRope Class
180 /// RewriteRope - A powerful string class. This class supports extremely
183 class RewriteRope {
193 RewriteRope() : AllocBuffer(0), AllocOffs(AllocChunkSize) {}
194 RewriteRope(const RewriteRope &RHS)
198 ~RewriteRope() {
Rewriter.h 20 #include "clang/Rewrite/Core/RewriteRope.h"
47 typedef RewriteRope BufferTy;

Completed in 124 milliseconds