Searched refs:SetTypeName (Results 1 – 5 of 5) sorted by relevance
87 void SBTypeFormat::SetTypeName(const char *type) { in SetTypeName() function in SBTypeFormat88 LLDB_RECORD_METHOD(void, SBTypeFormat, SetTypeName, (const char *), type); in SetTypeName()92 ->SetTypeName(ConstString(type ? type : "")); in SetTypeName()210 LLDB_REGISTER_METHOD(void, SBTypeFormat, SetTypeName, (const char *)); in RegisterMethods()
49 SetTypeName (const char*);
43 void SetTypeName(const char *);
200 void SetTypeName(ConstString enum_type) { m_enum_type = enum_type; } in SetTypeName() function
62613 (arg1)->SetTypeName((char const *)arg2); in _wrap_SBTypeFormat_SetTypeName()