Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTypeFormat.cpp87 void SBTypeFormat::SetTypeName(const char *type) { in SetTypeName() function in SBTypeFormat
88 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()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeFormat.i49 SetTypeName (const char*);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeFormat.h43 void SetTypeName(const char *);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h200 void SetTypeName(ConstString enum_type) { m_enum_type = enum_type; } in SetTypeName() function
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp62613 (arg1)->SetTypeName((char const *)arg2); in _wrap_SBTypeFormat_SetTypeName()