Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Rewrite/
HDDeltaTree.cpp79 bool IsLeaf; member in __anon5c215cbe0111::DeltaTreeNode
86 : NumValuesUsed(0), IsLeaf(isLeaf), FullDelta(0) {} in DeltaTreeNode()
88 bool isLeaf() const { return IsLeaf; } in isLeaf()
HDRewriteRope.cpp89 bool IsLeaf; member in __anonb3c0279c0111::RopePieceBTreeNode
91 RopePieceBTreeNode(bool isLeaf) : Size(0), IsLeaf(isLeaf) {} in RopePieceBTreeNode()
95 bool isLeaf() const { return IsLeaf; } in isLeaf()