Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Rewrite/
H A DDeltaTree.cpp87 DeltaTreeNode(bool isLeaf = true) : IsLeaf(isLeaf) {} in DeltaTreeNode()
89 bool isLeaf() const { return IsLeaf; } in isLeaf() function in __anon9d934e970111::DeltaTreeNode
H A DRewriteRope.cpp94 RopePieceBTreeNode(bool isLeaf) : IsLeaf(isLeaf) {} in RopePieceBTreeNode()
98 bool isLeaf() const { return IsLeaf; } in isLeaf() function in __anon1975f3b50111::RopePieceBTreeNode
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h47 bool isLeaf() const { return Children.empty(); } in isLeaf() function
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h