Home
last modified time | relevance | path

Searched refs:TypeImpl (Results 1 – 8 of 8) sorted by relevance

/external/lldb/include/lldb/Symbol/
DType.h376 class TypeImpl
380 TypeImpl() : in TypeImpl() function
386 TypeImpl(const TypeImpl& rhs) : in TypeImpl() function
392 TypeImpl(const lldb_private::ClangASTType& type);
394 TypeImpl(const lldb::TypeSP& type);
396 TypeImpl&
397 operator = (const TypeImpl& rhs);
400 operator == (const TypeImpl& rhs)
406 operator != (const TypeImpl& rhs)
/external/lldb/source/Symbol/
DType.cpp47 m_type_list.Append(TypeImplSP(new TypeImpl(type))); in operator ()()
913 TypeImpl::TypeImpl(const lldb_private::ClangASTType& clang_ast_type) : in TypeImpl() function in TypeImpl
919 TypeImpl::TypeImpl(const lldb::TypeSP& type) : in TypeImpl() function in TypeImpl
926 TypeImpl::SetType (const lldb::TypeSP &type_sp) in SetType()
940 TypeImpl&
941 TypeImpl::operator = (const TypeImpl& rhs) in operator =()
952 TypeImpl::GetASTContext() in GetASTContext()
961 TypeImpl::GetOpaqueQualType() in GetOpaqueQualType()
970 TypeImpl::GetDescription (lldb_private::Stream &strm, in GetDescription()
985 TypeImpl::GetName () in GetName()
/external/lldb/source/API/
DSBType.cpp36 m_opaque_sp(new TypeImpl(ClangASTType(type.GetASTContext(), in SBType()
42 m_opaque_sp(new TypeImpl(type_sp)) in SBType()
112 TypeImpl &
116 m_opaque_sp.reset (new TypeImpl()); in ref()
120 const TypeImpl &
333 … sb_type_member.reset (new TypeMemberImpl (TypeImplSP(new TypeImpl(base_class_type)), bit_offset)); in GetDirectBaseClassAtIndex()
354 … sb_type_member.reset (new TypeMemberImpl (TypeImplSP(new TypeImpl(base_class_type)), bit_offset)); in GetVirtualBaseClassAtIndex()
384 sb_type_member.reset (new TypeMemberImpl (TypeImplSP (new TypeImpl(field_type)), in GetFieldAtIndex()
DSBValue.cpp476 type_sp.reset (new TypeImpl(value_sp->GetClangType())); in GetType()
/external/clang/test/Parser/
DDelayedTemplateParsing.cpp134 struct TypeImpl { struct
143 struct TypeImpl<Config>::BitsetType {
150 TypeImpl<HeapTypeConfig>::Any(); in f()
/external/lldb/include/lldb/DataFormatters/
DFormatClasses.h64 m_type.m_typeimpl_sp = lldb::TypeImplSP(new TypeImpl(type)); in TypeNameSpecifierImpl()
75 m_type.m_typeimpl_sp = lldb::TypeImplSP(new TypeImpl(type)); in TypeNameSpecifierImpl()
/external/lldb/include/lldb/API/
DSBType.h182 lldb_private::TypeImpl &
185 const lldb_private::TypeImpl &
/external/lldb/include/lldb/
Dlldb-forward.h228 class TypeImpl; variable
357 typedef std::shared_ptr<lldb_private::TypeImpl> TypeImplSP;