Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.h28 enum Type { eTypeUnspecified, eTypeClassMethod, eTypeInstanceMethod }; enumerator
H A DObjCLanguage.cpp84 m_type = eTypeClassMethod; in SetName()
199 if (m_type == eTypeClassMethod) in GetFullNameWithoutCategory()
228 objc_method.GetType() == MethodName::eTypeClassMethod; in GetMethodNameVariants()