Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp3303 ObjCInterfaceDecl *MethodInterface = Method->getClassInterface(); in isMethodContextSameForKindofLookup() local
3306 return MethodInterface == MethodInListInterface; in isMethodContextSameForKindofLookup()
3491 if (ObjCInterfaceDecl *MethodInterface = Method->getClassInterface()) { in FilterMethodsByTypeBound() local
3495 return MethodInterface == BoundInterface || in FilterMethodsByTypeBound()
3496 MethodInterface->isSuperClassOf(BoundInterface) || in FilterMethodsByTypeBound()
3497 BoundInterface->isSuperClassOf(MethodInterface); in FilterMethodsByTypeBound()