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

/external/lldb/source/Core/
H A DValueObjectConstResultImpl.cpp95 bool omit_empty_base_classes = true; local
115 omit_empty_base_classes,
H A DValueObjectMemory.cpp155 const bool omit_empty_base_classes = true; local
156 return m_clang_type.GetNumChildren (omit_empty_base_classes);
H A DValueObjectVariable.cpp92 const bool omit_empty_base_classes = true; local
93 return type.GetNumChildren(omit_empty_base_classes);
H A DValueObject.cpp601 bool omit_empty_base_classes = true; local
602 return GetClangType().GetIndexOfChildWithName (name.GetCString(), omit_empty_base_classes);
618 bool omit_empty_base_classes = true; local
620 omit_empty_base_classes,
695 bool omit_empty_base_classes = true; local
714 omit_empty_base_classes,
3714 bool omit_empty_base_classes = true; local
3734 omit_empty_base_classes,
/external/lldb/include/lldb/Symbol/
H A 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,
H A DClangASTContext.h228 bool omit_empty_base_classes);
233 bool omit_empty_base_classes);
H A DType.h131 GetNumChildren (bool omit_empty_base_classes);
/external/lldb/source/Symbol/
H A DClangASTType.cpp2019 ClangASTType::GetNumChildren (bool omit_empty_base_classes) const
2053 if (omit_empty_base_classes)
2102 if (omit_empty_base_classes)
2121 uint32_t num_pointee_children = ClangASTType (m_ast,pointee_type).GetNumChildren (omit_empty_base_classes);
2143 uint32_t num_pointee_children = ClangASTType (m_ast,pointee_type).GetNumChildren (omit_empty_base_classes);
2160 uint32_t num_pointee_children = ClangASTType (m_ast, pointee_type).GetNumChildren (omit_empty_base_classes);
2171 num_children = ClangASTType (m_ast, cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType()).GetNumChildren (omit_empty_base_classes);
2175 num_children = ClangASTType (m_ast, cast<ElaboratedType>(qual_type)->getNamedType()).GetNumChildren (omit_empty_base_classes);
2179 num_children = ClangASTType (m_ast, cast<ParenType>(qual_type)->desugar()).GetNumChildren (omit_empty_base_classes);
2898 bool omit_empty_base_classes,
2894 GetChildClangTypeAtIndex(ExecutionContext *exe_ctx, const char *parent_name, size_t idx, bool transparent_pointers, bool omit_empty_base_classes, bool ignore_array_bounds, std::string& child_name, uint32_t &child_byte_size, int32_t &child_byte_offset, uint32_t &child_bitfield_bit_size, uint32_t &child_bitfield_bit_offset, bool &child_is_base_class, bool &child_is_deref_of_parent) const argument
3428 GetIndexForRecordChild(const RecordDecl *record_decl, NamedDecl *canonical_decl, bool omit_empty_base_classes) argument
3482 GetIndexOfChildMemberWithName(const char *name, bool omit_empty_base_classes, std::vector<uint32_t>& child_indexes) const argument
[all...]
H A DType.cpp353 Type::GetNumChildren (bool omit_empty_base_classes) argument
355 return GetClangForwardType().GetNumChildren(omit_empty_base_classes);
H A DVariable.cpp667 bool omit_empty_base_classes = true; local
668 if (clang_type.GetNumChildren (omit_empty_base_classes) > 0)
H A DClangASTContext.cpp1768 ClangASTContext::GetNumBaseClasses (const CXXRecordDecl *cxx_record_decl, bool omit_empty_base_classes) argument
1773 if (omit_empty_base_classes)
1781 if (omit_empty_base_classes)

Completed in 4343 milliseconds