Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFAbbreviationDeclaration.h33 bool hasChildren() const { return HasChildren; } in hasChildren() function
HDDWARFDebugInfoEntry.h61 bool hasChildren() const { return !isNULL() && AbbrevDecl->hasChildren(); } in hasChildren() function
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDDIE.h84 bool hasChildren() const { return Children; } in hasChildren() function
666 bool hasChildren() const { return !Children.empty(); } in hasChildren() function