Home
last modified time | relevance | path

Searched defs:HasChildren (Results 1 – 8 of 8) sorted by relevance

/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h213 bool HasChildren; variable
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h213 bool HasChildren; variable
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h213 bool HasChildren; variable
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h213 bool HasChildren; variable
/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Core/
DValueObject.h485 bool HasChildren() { return GetNumChildrenIgnoringErrors() > 0; } in HasChildren() function
/prebuilts/clang/host/linux-x86/clang-r547379/include/lldb/Core/
DValueObject.h509 bool HasChildren() { return GetNumChildrenIgnoringErrors() > 0; } in HasChildren() function
/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Core/
DValueObject.h485 bool HasChildren() { return GetNumChildrenIgnoringErrors() > 0; } in HasChildren() function
/prebuilts/go/linux-x86/src/cmd/internal/dwarf/
Ddwarf.go956 func HasChildren(die *DWDie) bool { func