Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/API/
HDSBTypeFormat.cpp85 SBTypeFormat::SetTypeName (const char* type) in SetTypeName() function in SBTypeFormat
88 ((TypeFormatImpl_EnumType*)m_opaque_sp.get())->SetTypeName(ConstString(type ? type : "")); in SetTypeName()
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBTypeFormat.h49 SetTypeName (const char*);
/trueos/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
HDTypeFormat.h284 SetTypeName (ConstString enum_type) in SetTypeName() function