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

/external/clang/lib/Rewrite/
H A DRewriteRope.cpp87 /// IsLeaf - True if this is an instance of RopePieceBTreeLeaf, false if it
89 bool IsLeaf; member in class:__anon1393::RopePieceBTreeNode
91 RopePieceBTreeNode(bool isLeaf) : Size(0), IsLeaf(isLeaf) {}
95 bool isLeaf() const { return IsLeaf; }
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:__anon1391::DeltaTreeNode
86 : NumValuesUsed(0), IsLeaf(isLeaf), FullDelta(0) {}
88 bool isLeaf() const { return IsLeaf; }

Completed in 421 milliseconds