Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.h113 enum Type { eTypeUnspecified, eTypeClassMethod, eTypeInstanceMethod }; enumerator
H A DObjCLanguage.cpp83 Type type = eTypeUnspecified; in Create()
90 if (strict && type == eTypeUnspecified) in Create()
94 if (type == eTypeUnspecified && name.front() != '[') in Create()
159 if (m_type != eTypeUnspecified) in GetFullNameWithoutCategory()