Home
last modified time | relevance | path

Searched refs:omit_empty_base_classes (Results 1 – 11 of 11) sorted by relevance

/external/lldb/source/Symbol/
DClangASTType.cpp2019 ClangASTType::GetNumChildren (bool omit_empty_base_classes) const in GetNumChildren()
2053 if (omit_empty_base_classes) in GetNumChildren()
2102 if (omit_empty_base_classes) in GetNumChildren()
2121 … num_pointee_children = ClangASTType (m_ast,pointee_type).GetNumChildren (omit_empty_base_classes); in GetNumChildren()
2143 … num_pointee_children = ClangASTType (m_ast,pointee_type).GetNumChildren (omit_empty_base_classes); in GetNumChildren()
2160 …num_pointee_children = ClangASTType (m_ast, pointee_type).GetNumChildren (omit_empty_base_classes); in GetNumChildren()
2171 …<TypedefType>(qual_type)->getDecl()->getUnderlyingType()).GetNumChildren (omit_empty_base_classes); in GetNumChildren()
2175 … (m_ast, cast<ElaboratedType>(qual_type)->getNamedType()).GetNumChildren (omit_empty_base_classes); in GetNumChildren()
2179 …angASTType (m_ast, cast<ParenType>(qual_type)->desugar()).GetNumChildren (omit_empty_base_classes); in GetNumChildren()
2898 bool omit_empty_base_classes, in GetChildClangTypeAtIndex() argument
[all …]
DVariable.cpp667 bool omit_empty_base_classes = true; in PrivateAutoComplete() local
668 if (clang_type.GetNumChildren (omit_empty_base_classes) > 0) in PrivateAutoComplete()
DType.cpp353 Type::GetNumChildren (bool omit_empty_base_classes) in GetNumChildren() argument
355 return GetClangForwardType().GetNumChildren(omit_empty_base_classes); in GetNumChildren()
DClangASTContext.cpp1768 …gASTContext::GetNumBaseClasses (const CXXRecordDecl *cxx_record_decl, bool omit_empty_base_classes) in GetNumBaseClasses() argument
1773 if (omit_empty_base_classes) in GetNumBaseClasses()
1781 if (omit_empty_base_classes) in GetNumBaseClasses()
/external/lldb/include/lldb/Symbol/
DClangASTType.h370 GetNumChildren (bool omit_empty_base_classes) const;
417 bool omit_empty_base_classes,
431 bool omit_empty_base_classes) const;
440 bool omit_empty_base_classes,
DClangASTContext.h228 bool omit_empty_base_classes);
233 bool omit_empty_base_classes);
DType.h131 GetNumChildren (bool omit_empty_base_classes);
/external/lldb/source/Core/
DValueObjectMemory.cpp155 const bool omit_empty_base_classes = true; in CalculateNumChildren() local
156 return m_clang_type.GetNumChildren (omit_empty_base_classes); in CalculateNumChildren()
DValueObjectConstResultImpl.cpp95 bool omit_empty_base_classes = true; in CreateChildAtIndex() local
115 omit_empty_base_classes, in CreateChildAtIndex()
DValueObjectVariable.cpp92 const bool omit_empty_base_classes = true; in CalculateNumChildren() local
93 return type.GetNumChildren(omit_empty_base_classes); in CalculateNumChildren()
DValueObject.cpp601 bool omit_empty_base_classes = true; in GetIndexOfChildWithName() local
602 return GetClangType().GetIndexOfChildWithName (name.GetCString(), omit_empty_base_classes); in GetIndexOfChildWithName()
618 bool omit_empty_base_classes = true; in GetChildMemberWithName() local
620omit_empty_base_classes, in GetChildMemberWithName()
695 bool omit_empty_base_classes = true; in CreateChildAtIndex() local
714 omit_empty_base_classes, in CreateChildAtIndex()
3714 bool omit_empty_base_classes = true; in Dereference() local
3734 omit_empty_base_classes, in Dereference()