Searched refs:MethodInterface (Results 1 – 1 of 1) sorted by relevance
3192 ObjCInterfaceDecl *MethodInterface = Method->getClassInterface(); in isMethodContextSameForKindofLookup() local3195 return MethodInterface == MethodInListInterface; in isMethodContextSameForKindofLookup()3375 if (ObjCInterfaceDecl *MethodInterface = Method->getClassInterface()) { in FilterMethodsByTypeBound() local3379 return MethodInterface == BoundInterface || in FilterMethodsByTypeBound()3380 MethodInterface->isSuperClassOf(BoundInterface) || in FilterMethodsByTypeBound()3381 BoundInterface->isSuperClassOf(MethodInterface); in FilterMethodsByTypeBound()