Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A 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/
H A DSBTypeFormat.i49 SetTypeName (const char*);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBTypeFormat.h43 void SetTypeName(const char *);
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h200 void SetTypeName(ConstString enum_type) { m_enum_type = enum_type; } in SetTypeName() function