Home
last modified time | relevance | path

Searched defs:hasChildren (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h53 bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); } in hasChildren() function in llvm::DWARFDebugInfoEntry
H A DDWARFAbbreviationDeclaration.h91 bool hasChildren() const { return HasChildren; } in hasChildren() function in llvm::DWARFAbbreviationDeclaration
H A DDWARFDie.h79 bool hasChildren() const { in hasChildren() function in llvm::DWARFDie
/third_party/skia/modules/svg/src/
H A DSkSVGContainer.cpp28 bool SkSVGContainer::hasChildren() const { in hasChildren() function in SkSVGContainer
/third_party/skia/modules/svg/include/
H A DSkSVGNode.h174 virtual bool hasChildren() const { return false; } in hasChildren() function in SkSVGNode
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DDIE.h102 bool hasChildren() const { return Children; } in hasChildren() function in llvm::DIEAbbrev
752 bool hasChildren() const { return ForceChildren || !Children.empty(); } in hasChildren() function in llvm::DIE
/third_party/vk-gl-cts/framework/common/
H A DtcuCommandLine.cpp423 bool hasChildren (void) const { return !m_children.empty(); } in hasChildren() function in tcu::CaseTreeNode

Completed in 8 milliseconds