Searched refs:m_type_list (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFile.h299 virtual TypeList &GetTypeList() { return m_type_list; }
308 TypeList m_type_list; member in class:lldb_private::SymbolFile
H A DType.h301 AppendVisitor(TypeListImpl &type_list) : m_type_list(type_list) {}
303 void operator()(const lldb::TypeImplSP &type) { m_type_list.Append(type); }
306 TypeListImpl &m_type_list; member in class:lldb_private::Type::TypeListImpl::AppendVisitor
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFile.cpp221 m_type_list.Dump(&s, /*show_context*/ false);
H A DType.cpp112 TypeAppendVisitor(TypeListImpl &type_list) : m_type_list(type_list) {}
115 m_type_list.Append(TypeImplSP(new TypeImpl(type)));
120 TypeListImpl &m_type_list; member in class:TypeAppendVisitor

Completed in 179 milliseconds