Home
last modified time | relevance | path

Searched defs:SetTypeName (Results 1 – 2 of 2) sorted by relevance

/freebsd-head/contrib/llvm-project/lldb/source/API/
HDSBTypeFormat.cpp83 void SBTypeFormat::SetTypeName(const char *type) { in SetTypeName() function in SBTypeFormat
/freebsd-head/contrib/llvm-project/lldb/include/lldb/DataFormatters/
HDTypeFormat.h200 void SetTypeName(ConstString enum_type) { m_enum_type = enum_type; } in SetTypeName() function