Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h53 bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); } in hasChildren() function
H A DDWARFDie.h79 bool hasChildren() const { in hasChildren() function
H A DDWARFAbbreviationDeclaration.h91 bool hasChildren() const { return HasChildren; } in hasChildren() function
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Dsearch.cpp756 int *hasChildren in ndb_has_children()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DDIE.h102 bool hasChildren() const { return Children; } in hasChildren() function
779 bool hasChildren() const { return ForceChildren || !Children.empty(); } in hasChildren() function