Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBTypeFormat.cpp87 void SBTypeFormat::SetTypeName(const char *type) { in SetTypeName() function in SBTypeFormat
/external/llvm-project/lldb/include/lldb/DataFormatters/
DTypeFormat.h200 void SetTypeName(ConstString enum_type) { m_enum_type = enum_type; } in SetTypeName() function