Home
last modified time | relevance | path

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

/freebsd/contrib/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 { in hasChildren() function
H A DDWARFAbbreviationDeclaration.h99 bool hasChildren() const { return HasChildren; } in hasChildren() function
/freebsd/contrib/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
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp43 constexpr bool hasChildren() const { return ChildrenOffset != 0 || IsRoot; } in hasChildren() function
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp14126 bool TrackerBase::hasChildren() const { in hasChildren() function in Catch::TestCaseTracking::TrackerBase