Searched defs:isLeaf (Results 1 – 4 of 4) sorted by relevance
86 DeltaTreeNode(bool isLeaf = true) : IsLeaf(isLeaf) {} in DeltaTreeNode()88 bool isLeaf() const { return IsLeaf; } in isLeaf() function in __anon400feef60111::DeltaTreeNode
93 RopePieceBTreeNode(bool isLeaf) : IsLeaf(isLeaf) {} in RopePieceBTreeNode()97 bool isLeaf() const { return IsLeaf; } in isLeaf() function in __anon4d9c27d40111::RopePieceBTreeNode
47 bool isLeaf() const { return Children.empty(); } in isLeaf() function
688 bool isLeaf() const { return isa<const Init *>(OperatorOrVal); } in isLeaf() function