Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/API/
DSBTypeFormat.cpp83 void SBTypeFormat::SetTypeName(const char *type) { in SetTypeName() function in SBTypeFormat
88 ->SetTypeName(ConstString(type ? type : "")); in SetTypeName()
/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBTypeFormat.i49 SetTypeName (const char*);
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBTypeFormat.h43 void SetTypeName(const char *);
/openbsd/src/gnu/llvm/lldb/include/lldb/DataFormatters/
DTypeFormat.h200 void SetTypeName(ConstString enum_type) { m_enum_type = enum_type; } in SetTypeName() function