Home
last modified time | relevance | path

Searched refs:eTypeUnspecified (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
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.cpp68 m_type = eTypeUnspecified; in Clear()