Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.h29 enum Type { eTypeUnspecified, eTypeClassMethod, eTypeInstanceMethod }; enumerator
33 m_type(eTypeUnspecified), m_category_is_valid(false) {} in MethodName()
37 m_type(eTypeUnspecified), m_category_is_valid(false) { in MethodName()
42 m_type(eTypeUnspecified), m_category_is_valid(false) { in MethodName()
51 if (strict && m_type == eTypeUnspecified) in IsValid()
H A DObjCLanguage.cpp80 m_type = eTypeUnspecified; in Clear()