Searched refs:BoundInterface (Results 1 – 1 of 1) sorted by relevance
3479 auto *BoundInterface = TypeBound->getInterface(); in FilterMethodsByTypeBound() local3480 assert(BoundInterface && "unexpected object type!"); in FilterMethodsByTypeBound()3495 return MethodInterface == BoundInterface || in FilterMethodsByTypeBound()3496 MethodInterface->isSuperClassOf(BoundInterface) || in FilterMethodsByTypeBound()3497 BoundInterface->isSuperClassOf(MethodInterface); in FilterMethodsByTypeBound()