Searched refs:MethodInterface (Results 1 – 1 of 1) sorted by relevance
3321 ObjCInterfaceDecl *MethodInterface = Method->getClassInterface(); in isMethodContextSameForKindofLookup() local3324 return MethodInterface == MethodInListInterface; in isMethodContextSameForKindofLookup()3504 if (ObjCInterfaceDecl *MethodInterface = Method->getClassInterface()) { in FilterMethodsByTypeBound() local3508 return MethodInterface == BoundInterface || in FilterMethodsByTypeBound()3509 MethodInterface->isSuperClassOf(BoundInterface) || in FilterMethodsByTypeBound()3510 BoundInterface->isSuperClassOf(MethodInterface); in FilterMethodsByTypeBound()