Searched refs:TypeAndOrName (Results 1 – 9 of 9) sorted by relevance
801 TypeAndOrName::TypeAndOrName () : m_type_pair(), m_type_name() in TypeAndOrName() function in TypeAndOrName806 TypeAndOrName::TypeAndOrName (TypeSP &in_type_sp) : m_type_pair(in_type_sp) in TypeAndOrName() function in TypeAndOrName812 TypeAndOrName::TypeAndOrName (const char *in_type_str) : m_type_name(in_type_str) in TypeAndOrName() function in TypeAndOrName816 TypeAndOrName::TypeAndOrName (const TypeAndOrName &rhs) : m_type_pair (rhs.m_type_pair), m_type_nam… in TypeAndOrName() function in TypeAndOrName821 TypeAndOrName::TypeAndOrName (ConstString &in_type_const_string) : m_type_name (in_type_const_strin… in TypeAndOrName() function in TypeAndOrName825 TypeAndOrName &826 TypeAndOrName::operator= (const TypeAndOrName &rhs) in operator =()837 TypeAndOrName::operator==(const TypeAndOrName &other) const in operator ==()847 TypeAndOrName::operator!=(const TypeAndOrName &other) const in operator !=()857 TypeAndOrName::GetName () const in GetName()[all …]
700 class TypeAndOrName703 TypeAndOrName ();704 TypeAndOrName (lldb::TypeSP &type_sp);705 TypeAndOrName (const ClangASTType &clang_type);706 TypeAndOrName (const char *type_str);707 TypeAndOrName (const TypeAndOrName &rhs);708 TypeAndOrName (ConstString &type_const_string);710 TypeAndOrName &711 operator= (const TypeAndOrName &rhs);714 operator==(const TypeAndOrName &other) const;[all …]
132 static TypeAndOrName133 FixupTypeAndOrName (const TypeAndOrName& type_andor_name, in FixupTypeAndOrName()136 TypeAndOrName ret(type_andor_name); in FixupTypeAndOrName()200 TypeAndOrName class_type_or_name; in UpdateValue()
37 TypeAndOrName &class_type_or_name,
49 TypeAndOrName &class_type_or_name, in GetDynamicTypeAndAddress()
51 TypeAndOrName &class_type_or_name,
297 TypeAndOrName304 AddToClassNameCache (lldb::addr_t class_addr, const TypeAndOrName &class_or_type_name);
119 TypeAndOrName m_dynamic_type_info; // We can have a type_sp or just a name
239 class TypeAndOrName; variable