Searched refs:eTypeClassMethod (Results 1 – 2 of 2) sorted by relevance
45 bool IsClassMethod() const { return m_type == eTypeClassMethod; } in IsClassMethod()113 enum Type { eTypeUnspecified, eTypeClassMethod, eTypeInstanceMethod }; enumerator
85 type = eTypeClassMethod; in Create() 165 if (m_type == eTypeClassMethod) in GetFullNameWithoutCategory()