Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 __anonb6a907500111::DeltaTreeNode
H A DRewriteRope.cpp94 RopePieceBTreeNode(bool isLeaf) : IsLeaf(isLeaf) {} in RopePieceBTreeNode()
98 bool isLeaf() const { return IsLeaf; } in isLeaf() function in __anoncedcbeae0111::RopePieceBTreeNode
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h46 bool isLeaf() const { return Children.empty(); } in isLeaf() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DSuffixTree.h90 bool isLeaf() const { return SuffixIdx != EmptyIdx; } in isLeaf() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h690 bool isLeaf() const { return Val != nullptr; } in isLeaf() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp1307 bool Intrinsic::isLeaf(ID id) { in isLeaf() function in Intrinsic