Searched defs:IsClassMethod (Results 1 – 4 of 4) sorted by relevance
37 bool CompilerDeclContext::IsClassMethod() { in IsClassMethod() function in CompilerDeclContext
45 bool IsClassMethod() const { return m_type == eTypeClassMethod; } in IsClassMethod() function
1201 bool IsClassMethod; member
4798 bool IsClassMethod = CurMethod->isClassMethod(); in LookupIvarInObjCMethod() local