Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Rewrite/
HDDeltaTree.cpp87 DeltaTreeNode(bool isLeaf = true) : IsLeaf(isLeaf) {} in DeltaTreeNode()
89 bool isLeaf() const { return IsLeaf; } in isLeaf() function in __anon1d7936dc0111::DeltaTreeNode
HDRewriteRope.cpp94 RopePieceBTreeNode(bool isLeaf) : IsLeaf(isLeaf) {} in RopePieceBTreeNode()
98 bool isLeaf() const { return IsLeaf; } in isLeaf() function in __anon2a77013a0111::RopePieceBTreeNode
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/
HDASTDiff.h46 bool isLeaf() const { return Children.empty(); } in isLeaf() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineOutliner.cpp169 bool isLeaf() const { return SuffixIdx != EmptyIdx; } in isLeaf() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDFunction.cpp1095 bool Intrinsic::isLeaf(ID id) { in isLeaf() function in Intrinsic
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
HDCodeGenDAGPatterns.h696 bool isLeaf() const { return Val != nullptr; } in isLeaf() function