Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTypeFormat.cpp62 void SBTypeFormat::SetTypeName(const char *type) { in SetTypeName() function in SBTypeFormat
65 ->SetTypeName(ConstString(type ? type : "")); in SetTypeName()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTypeFormat.h42 void SetTypeName(const char *);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h199 void SetTypeName(ConstString enum_type) { m_enum_type = enum_type; } in SetTypeName() function