Searched refs:IsClassMethod (Results 1 – 9 of 9) sorted by relevance
211 IsClassMethod = false; in fill()249 IsClassMethod = !IsInstanceMethod; in fill()262 IsClassMethod = !IsInstanceMethod; in fill()
37 bool CompilerDeclContext::IsClassMethod() { in IsClassMethod() function in CompilerDeclContext
74 bool IsClassMethod();
45 bool IsClassMethod() const { return m_type == eTypeClassMethod; } in IsClassMethod() function
193 if (objc_method->IsClassMethod() || objc_method->IsInstanceMethod()) { in GetMethodNameVariants()
1221 bool IsClassMethod; member1242 Key.IsClassMethod); in getHashValue()1249 LHS.IsClassMethod == RHS.IsClassMethod; in isEqual()
1164 if (!func_decl_context || func_decl_context.IsClassMethod()) in SearchFunctionsInSymbolContexts()1296 if (decl_ctx.IsClassMethod()) in LookupFunction()
860 if (DI->IsClassMethod) in visitFullComment()
4792 bool IsClassMethod = CurMethod->isClassMethod(); in LookupIvarInObjCMethod() local4797 else if (IsClassMethod) in LookupIvarInObjCMethod()4809 if (IsClassMethod) { in LookupIvarInObjCMethod()