Home
last modified time | relevance | path

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

/external/clang/lib/Rewrite/
DDeltaTree.cpp79 bool IsLeaf; member in __anon0276b12b0111::DeltaTreeNode
86 : NumValuesUsed(0), IsLeaf(isLeaf), FullDelta(0) {} in DeltaTreeNode()
88 bool isLeaf() const { return IsLeaf; } in isLeaf()
DRewriteRope.cpp89 bool IsLeaf; member in __anon44bc4b490111::RopePieceBTreeNode
91 RopePieceBTreeNode(bool isLeaf) : Size(0), IsLeaf(isLeaf) {} in RopePieceBTreeNode()
95 bool isLeaf() const { return IsLeaf; } in isLeaf()