Home
last modified time | relevance | path

Searched refs:eTypeInstanceMethod (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.h51 bool IsInstanceMethod() const { return m_type == eTypeInstanceMethod; } in IsInstanceMethod()
113 enum Type { eTypeUnspecified, eTypeClassMethod, eTypeInstanceMethod }; enumerator
H A DObjCLanguage.cpp87 type = eTypeInstanceMethod; in Create()
167 else if (m_type == eTypeInstanceMethod) in GetFullNameWithoutCategory()