Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
DObjCLanguage.h28 enum Type { eTypeUnspecified, eTypeClassMethod, eTypeInstanceMethod }; enumerator
DObjCLanguage.cpp96 m_type = eTypeClassMethod; in SetName()
211 if (m_type == eTypeClassMethod) in GetFullNameWithoutCategory()
240 objc_method.GetType() == MethodName::eTypeClassMethod; in GetMethodNameVariants()