Home
last modified time | relevance | path

Searched refs:TypeListImpl (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDType.h550 class TypeListImpl
553 TypeListImpl() : in TypeListImpl() function
567 AppendVisitor(TypeListImpl &type_list) : in AppendVisitor()
579 TypeListImpl &m_type_list;
/trueos/contrib/llvm/tools/lldb/source/API/
HDSBType.cpp458 m_opaque_ap(new TypeListImpl()) in SBTypeList()
463 m_opaque_ap(new TypeListImpl()) in SBTypeList()
480 m_opaque_ap.reset (new TypeListImpl()); in operator =()
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBType.h239 std::unique_ptr<lldb_private::TypeListImpl> m_opaque_ap;
/trueos/contrib/llvm/tools/lldb/source/Symbol/
HDType.cpp39 TypeAppendVisitor(TypeListImpl &type_list) : in TypeAppendVisitor()
52 TypeListImpl &m_type_list;
56 TypeListImpl::Append (const lldb_private::TypeList &type_list) in Append()
/trueos/contrib/llvm/tools/lldb/include/lldb/
HDlldb-forward.h243 class TypeListImpl; variable