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.cpp3321 ObjCInterfaceDecl *MethodInterface = Method->getClassInterface(); in isMethodContextSameForKindofLookup() local
3324 return MethodInterface == MethodInListInterface; in isMethodContextSameForKindofLookup()
3504 if (ObjCInterfaceDecl *MethodInterface = Method->getClassInterface()) { in FilterMethodsByTypeBound() local
3508 return MethodInterface == BoundInterface || in FilterMethodsByTypeBound()
3509 MethodInterface->isSuperClassOf(BoundInterface) || in FilterMethodsByTypeBound()
3510 BoundInterface->isSuperClassOf(MethodInterface); in FilterMethodsByTypeBound()