Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3492 auto *BoundInterface = TypeBound->getInterface(); in FilterMethodsByTypeBound() local
3493 assert(BoundInterface && "unexpected object type!"); in FilterMethodsByTypeBound()
3508 return MethodInterface == BoundInterface || in FilterMethodsByTypeBound()
3509 MethodInterface->isSuperClassOf(BoundInterface) || in FilterMethodsByTypeBound()
3510 BoundInterface->isSuperClassOf(MethodInterface); in FilterMethodsByTypeBound()