Home
last modified time | relevance | path

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

/freebsd/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 __anon5fc690450111::DeltaTreeNode
H A DRewriteRope.cpp94 RopePieceBTreeNode(bool isLeaf) : IsLeaf(isLeaf) {} in RopePieceBTreeNode()
98 bool isLeaf() const { return IsLeaf; } in isLeaf() function in __anon358058e30111::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.h689 bool isLeaf() const { return isa<Init *>(OperatorOrVal); } in isLeaf() function