Searched refs:eTypeUnspecified (Results 1 – 2 of 2) sorted by relevance
113 enum Type { eTypeUnspecified, eTypeClassMethod, eTypeInstanceMethod }; enumerator
83 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()