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

/external/llvm/lib/DebugInfo/
H A DDWARFAbbreviationDeclaration.h23 bool HasChildren; member in class:llvm::DWARFAbbreviationDeclaration
37 bool hasChildren() const { return HasChildren; }
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAbbreviationDeclaration.h34 bool HasChildren() const { return m_has_children; } function in class:DWARFAbbreviationDeclaration
H A DDWARFDebugInfoEntry.h347 HasChildren () const function in class:DWARFDebugInfoEntry
369 DWARFDebugInfoEntry* GetFirstChild() { return (HasChildren() && !m_empty_children) ? this + 1 : NULL; }
370 const DWARFDebugInfoEntry* GetFirstChild() const { return (HasChildren() && !m_empty_children) ? this + 1 : NULL; }
/external/chromium_org/sync/internal_api/
H A Dbase_node.cc172 bool BaseNode::HasChildren() const { function in class:syncer::BaseNode
175 return dir->HasChildren(trans, GetEntry()->GetId());
/external/chromium_org/sync/syncable/
H A Ddirectory.cc1318 bool Directory::HasChildren(BaseTransaction* trans, const Id& id) { function in class:syncer::syncable::Directory
/external/clang/lib/AST/
H A DASTDiagnostic.cpp675 bool HasChildren() { function in class:__anon17714::TemplateDiff::DiffTree
1314 if (!Tree.HasChildren()) {

Completed in 2169 milliseconds