Searched refs:BoundInterface (Results 1 – 1 of 1) sorted by relevance
3487 auto *BoundInterface = TypeBound->getInterface(); in FilterMethodsByTypeBound() local3488 assert(BoundInterface && "unexpected object type!"); in FilterMethodsByTypeBound()3503 return MethodInterface == BoundInterface || in FilterMethodsByTypeBound()3504 MethodInterface->isSuperClassOf(BoundInterface) || in FilterMethodsByTypeBound()3505 BoundInterface->isSuperClassOf(MethodInterface); in FilterMethodsByTypeBound()