Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Language/ObjC/
DObjCLanguage.h28 enum Type { eTypeUnspecified, eTypeClassMethod, eTypeInstanceMethod }; enumerator
DObjCLanguage.cpp98 m_type = eTypeInstanceMethod; in SetName()
213 else if (m_type == eTypeInstanceMethod) in GetFullNameWithoutCategory()
239 objc_method.GetType() == MethodName::eTypeInstanceMethod; in GetMethodNameVariants()