Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.h28 enum Type { eTypeUnspecified, eTypeClassMethod, eTypeInstanceMethod }; enumerator
H A DObjCLanguage.cpp83 m_type = eTypeClassMethod; in SetName()
198 if (m_type == eTypeClassMethod) in GetFullNameWithoutCategory()
227 objc_method.GetType() == MethodName::eTypeClassMethod; in GetMethodNameVariants()