Home
last modified time | relevance | path

Searched refs:eTypeInstanceMethod (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.cpp85 m_type = eTypeInstanceMethod; in SetName()
200 else if (m_type == eTypeInstanceMethod) in GetFullNameWithoutCategory()
229 objc_method.GetType() == MethodName::eTypeInstanceMethod; in GetMethodNameVariants()