Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeFormat.cpp83 void SBTypeFormat::SetTypeName(const char *type) { in SetTypeName() function in SBTypeFormat
88 ->SetTypeName(ConstString(type ? type : "")); in SetTypeName()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeFormat.h43 void SetTypeName(const char *);
/freebsd/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/lib/clang/liblldb/
H A DLLDBWrapLua.cpp72440 (arg1)->SetTypeName((char const *)arg2); in _wrap_SBTypeFormat_SetTypeName()