Searched refs:IsClassMethod (Results 1 – 10 of 10) sorted by relevance
211 IsClassMethod = false; in fill()249 IsClassMethod = !IsInstanceMethod; in fill()262 IsClassMethod = !IsInstanceMethod; in fill()
75 bool IsClassMethod();
37 bool CompilerDeclContext::IsClassMethod() { in IsClassMethod() function in CompilerDeclContext
45 bool IsClassMethod() const { return m_type == eTypeClassMethod; } in IsClassMethod() function
193 if (objc_method->IsClassMethod() || objc_method->IsInstanceMethod()) { in GetMethodNameVariants()
1201 bool IsClassMethod; member1222 Key.IsClassMethod); in getHashValue()1229 LHS.IsClassMethod == RHS.IsClassMethod; in isEqual()
1063 unsigned IsClassMethod : 1;
1167 if (!func_decl_context || func_decl_context.IsClassMethod()) in SearchFunctionsInSymbolContexts()1297 if (decl_ctx.IsClassMethod()) in LookupFunction()
848 if (DI->IsClassMethod) in visitFullComment()
3046 bool IsClassMethod = CurMethod->isClassMethod(); in LookupIvarInObjCMethod() local3051 else if (IsClassMethod) in LookupIvarInObjCMethod()3063 if (IsClassMethod) { in LookupIvarInObjCMethod()