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 108 /// over bytes that are in a RopePieceBTree. This first iterates over bytes
110 /// then iterates over RopePieceBTreeLeaf's in a RopePieceBTree.
152 // RopePieceBTree Class
155 class RopePieceBTree {
157 void operator=(const RopePieceBTree &) LLVM_DELETED_FUNCTION;
159 RopePieceBTree();
160 RopePieceBTree(const RopePieceBTree &RHS);
161 ~RopePieceBTree();
184 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 728 milliseconds