Home
last modified time | relevance | path

Searched refs:BoundInterface (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclObjC.cpp3363 auto *BoundInterface = TypeBound->getInterface(); in FilterMethodsByTypeBound() local
3364 assert(BoundInterface && "unexpected object type!"); in FilterMethodsByTypeBound()
3379 return MethodInterface == BoundInterface || in FilterMethodsByTypeBound()
3380 MethodInterface->isSuperClassOf(BoundInterface) || in FilterMethodsByTypeBound()
3381 BoundInterface->isSuperClassOf(MethodInterface); in FilterMethodsByTypeBound()