Home
last modified time | relevance | path

Searched defs:isLeaf (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDeltaTree.cpp86 DeltaTreeNode(bool isLeaf = true) : IsLeaf(isLeaf) {} in DeltaTreeNode()
88 bool isLeaf() const { return IsLeaf; } in isLeaf() function in __anon400feef60111::DeltaTreeNode
H A DRewriteRope.cpp93 RopePieceBTreeNode(bool isLeaf) : IsLeaf(isLeaf) {} in RopePieceBTreeNode()
97 bool isLeaf() const { return IsLeaf; } in isLeaf() function in __anon4d9c27d40111::RopePieceBTreeNode
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h47 bool isLeaf() const { return Children.empty(); } in isLeaf() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h688 bool isLeaf() const { return isa<const Init *>(OperatorOrVal); } in isLeaf() function