Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Rewrite/
H A DDeltaTree.cpp
H A DRewriteRope.cpp
/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h47 bool isLeaf() const { return Children.empty(); } in isLeaf() function
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h689 bool isLeaf() const { return isa<Init *>(OperatorOrVal); } isLeaf() function
/llvm-project/polly/lib/Transform/
H A DScheduleTreeTransform.cpp452 static bool isLeaf(const isl::schedule_node &Node) { in isLeaf() function