Searched refs:TypeBound (Results 1 – 2 of 2) sorted by relevance
3481 const ObjCObjectType *TypeBound) { in FilterMethodsByTypeBound() argument3482 if (!TypeBound) in FilterMethodsByTypeBound()3485 if (TypeBound->isObjCId()) in FilterMethodsByTypeBound()3489 auto *BoundInterface = TypeBound->getInterface(); in FilterMethodsByTypeBound()3516 bool InstanceFirst, bool CheckTheOther, const ObjCObjectType *TypeBound) { in CollectMultipleMethodsInGlobalPool() argument3529 if (FilterMethodsByTypeBound(M->getMethod(), TypeBound)) in CollectMultipleMethodsInGlobalPool()3545 if (FilterMethodsByTypeBound(M->getMethod(), TypeBound)) in CollectMultipleMethodsInGlobalPool()
472 const ObjCObjectType *TypeBound = nullptr);