Searched refs:MethodInterface (Results 1 – 1 of 1) sorted by relevance
3297 ObjCInterfaceDecl *MethodInterface = Method->getClassInterface(); in isMethodContextSameForKindofLookup() local3300 return MethodInterface == MethodInListInterface; in isMethodContextSameForKindofLookup()3483 if (ObjCInterfaceDecl *MethodInterface = Method->getClassInterface()) { in FilterMethodsByTypeBound() local3487 return MethodInterface == BoundInterface || in FilterMethodsByTypeBound()3488 MethodInterface->isSuperClassOf(BoundInterface) || in FilterMethodsByTypeBound()3489 BoundInterface->isSuperClassOf(MethodInterface); in FilterMethodsByTypeBound()