Searched defs:SBType (Results 1 – 4 of 4) sorted by relevance
305 friend class SBType; variable
103 friend class SBType; variable
118 class LLDB_API SBType; variable
36 SBType::SBType() { LLDB_INSTRUMENT_VA(this); } in SBType() function in SBType38 SBType::SBType(const CompilerType &type) : m_opaque_sp(new TypeImpl(type)) {} in SBType() function in SBType40 SBType::SBType(const lldb::TypeSP &type_sp) in SBType() function in SBType43 SBType::SBType(const lldb::TypeImplSP &type_impl_sp) in SBType() function in SBType46 SBType::SBType(const SBType &rhs) { in SBType() function in SBType