Searched refs:IsLeaf (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Rewrite/Core/
H A DDeltaTree.cpp77 /// IsLeaf - This is true if this is a leaf of the btree. If false, this is
79 bool IsLeaf; member in class:__anon17962::DeltaTreeNode
86 : NumValuesUsed(0), IsLeaf(isLeaf), FullDelta(0) {}
88 bool isLeaf() const { return IsLeaf; }
H A DRewriteRope.cpp87 /// IsLeaf - True if this is an instance of RopePieceBTreeLeaf, false if it
89 bool IsLeaf; member in class:__anon17964::RopePieceBTreeNode
91 RopePieceBTreeNode(bool isLeaf) : Size(0), IsLeaf(isLeaf) {}
95 bool isLeaf() const { return IsLeaf; }

Completed in 148 milliseconds