Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.h45 bool IsClassMethod() const { return m_type == eTypeClassMethod; } in IsClassMethod()
113 enum Type { eTypeUnspecified, eTypeClassMethod, eTypeInstanceMethod }; enumerator
H A DObjCLanguage.cpp85 type = eTypeClassMethod; in Create()
165 if (m_type == eTypeClassMethod) in GetFullNameWithoutCategory()