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

  /external/clang/include/clang/Rewrite/Core/
RewriteRope.h 109 /// over bytes that are in a RopePieceBTree. This first iterates over bytes
111 /// then iterates over RopePieceBTreeLeaf's in a RopePieceBTree.
158 // RopePieceBTree Class
161 class RopePieceBTree {
163 void operator=(const RopePieceBTree &) LLVM_DELETED_FUNCTION;
165 RopePieceBTree();
166 RopePieceBTree(const RopePieceBTree &RHS);
167 ~RopePieceBTree();
190 RopePieceBTree Chunks
    [all...]
  /external/clang/lib/Rewrite/Core/
RewriteRope.cpp 708 // RopePieceBTree Implementation
715 RopePieceBTree::RopePieceBTree() {
718 RopePieceBTree::RopePieceBTree(const RopePieceBTree &RHS) {
722 RopePieceBTree::~RopePieceBTree() {
726 unsigned RopePieceBTree::size() const {
730 void RopePieceBTree::clear()
    [all...]

Completed in 172 milliseconds