Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.h28 enum Type { eTypeUnspecified, eTypeClassMethod, eTypeInstanceMethod }; enumerator
34 m_type(eTypeUnspecified), m_category_is_valid(false) { in MethodName()
39 m_type(eTypeUnspecified), m_category_is_valid(false) { in MethodName()
48 if (strict && m_type == eTypeUnspecified) in IsValid()
82 Type m_type = eTypeUnspecified;
H A DObjCLanguage.cpp80 m_type = eTypeUnspecified; in Clear()