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.cpp3310 ObjCInterfaceDecl *MethodInterface = Method->getClassInterface(); in isMethodContextSameForKindofLookup() local
3313 return MethodInterface == MethodInListInterface; in isMethodContextSameForKindofLookup()
3498 if (ObjCInterfaceDecl *MethodInterface = Method->getClassInterface()) { in FilterMethodsByTypeBound() local
3502 return MethodInterface == BoundInterface || in FilterMethodsByTypeBound()
3503 MethodInterface->isSuperClassOf(BoundInterface) || in FilterMethodsByTypeBound()
3504 BoundInterface->isSuperClassOf(MethodInterface); in FilterMethodsByTypeBound()