Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3313 ObjCInterfaceDecl *MethodInterface = Method->getClassInterface(); in isMethodContextSameForKindofLookup() local
3316 return MethodInterface == MethodInListInterface; in isMethodContextSameForKindofLookup()
3501 if (ObjCInterfaceDecl *MethodInterface = Method->getClassInterface()) { in FilterMethodsByTypeBound() local
3505 return MethodInterface == BoundInterface || in FilterMethodsByTypeBound()
3506 MethodInterface->isSuperClassOf(BoundInterface) || in FilterMethodsByTypeBound()
3507 BoundInterface->isSuperClassOf(MethodInterface); in FilterMethodsByTypeBound()