Searched defs:HasChildren (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAbbreviationDeclaration.h28 bool HasChildren() const { return m_has_children; } function in class:DWARFAbbreviationDeclaration
H A DDWARFBaseDIE.cpp124 bool DWARFBaseDIE::HasChildren() const { function in class:DWARFBaseDIE
H A DDWARFDebugInfoEntry.h135 bool HasChildren() const { return m_has_children; } function in class:DWARFDebugInfoEntry
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DInlineInfo.cpp81 bool HasChildren = Data.getU8(&Offset) != 0; local
124 bool HasChildren = Data.getU8(&Offset) != 0; local
232 bool HasChildren = !Children.empty(); local
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp92 bool HasChildren = (i != e); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp884 bool HasChildren() { function in class:__anon230::TemplateDiff::DiffTree

Completed in 91 milliseconds