Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h70 bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); } in hasChildren() function
H A DDWARFDie.h78 bool hasChildren() const { hasChildren() function
H A DDWARFAbbreviationDeclaration.h99 bool hasChildren() const { return HasChildren; } in hasChildren() function
/llvm-project/mlir/lib/Analysis/
H A DCallGraph.cpp59 bool CallGraphNode::hasChildren() const { in hasChildren() function in CallGraphNode
/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h102 bool hasChildren() const { return Children; } in hasChildren() function
867 bool hasChildren() const { return ForceChildren || !Children.empty(); } in hasChildren() function
/llvm-project/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp43 constexpr bool hasChildren() const { return ChildrenOffset != 0 || IsRoot; } in hasChildren() function