Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDType.h598 class TypeListImpl
601 TypeListImpl() : in TypeListImpl() function
615 AppendVisitor(TypeListImpl &type_list) : in AppendVisitor()
627 TypeListImpl &m_type_list;
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBType.cpp560 m_opaque_ap(new TypeListImpl()) in SBTypeList()
565 m_opaque_ap(new TypeListImpl()) in SBTypeList()
582 m_opaque_ap.reset (new TypeListImpl()); in operator =()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBType.h325 std::unique_ptr<lldb_private::TypeListImpl> m_opaque_ap;
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDType.cpp42 TypeAppendVisitor(TypeListImpl &type_list) : in TypeAppendVisitor()
55 TypeListImpl &m_type_list;
59 TypeListImpl::Append (const lldb_private::TypeList &type_list) in Append()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-forward.h252 class TypeListImpl; variable