Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp3471 auto *BoundInterface = TypeBound->getInterface(); in FilterMethodsByTypeBound() local
3472 assert(BoundInterface && "unexpected object type!"); in FilterMethodsByTypeBound()
3487 return MethodInterface == BoundInterface || in FilterMethodsByTypeBound()
3488 MethodInterface->isSuperClassOf(BoundInterface) || in FilterMethodsByTypeBound()
3489 BoundInterface->isSuperClassOf(MethodInterface); in FilterMethodsByTypeBound()