Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.h29 enum Type { eTypeUnspecified, eTypeClassMethod, eTypeInstanceMethod }; enumerator
H A DObjCLanguage.cpp98 m_type = eTypeInstanceMethod; in SetName()
213 else if (m_type == eTypeInstanceMethod) in GetFullNameWithoutCategory()
235 const bool is_instance_method = m_type == eTypeInstanceMethod; in GetFullNames()