Searched refs:MethodInterface (Results 1 – 1 of 1) sorted by relevance
3313 ObjCInterfaceDecl *MethodInterface = Method->getClassInterface(); in isMethodContextSameForKindofLookup() local3316 return MethodInterface == MethodInListInterface; in isMethodContextSameForKindofLookup()3501 if (ObjCInterfaceDecl *MethodInterface = Method->getClassInterface()) { in FilterMethodsByTypeBound() local3505 return MethodInterface == BoundInterface || in FilterMethodsByTypeBound()3506 MethodInterface->isSuperClassOf(BoundInterface) || in FilterMethodsByTypeBound()3507 BoundInterface->isSuperClassOf(MethodInterface); in FilterMethodsByTypeBound()