Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp3263 ObjCInterfaceDecl *MethodInterface = Method->getClassInterface(); in isMethodContextSameForKindofLookup() local
3266 return MethodInterface == MethodInListInterface; in isMethodContextSameForKindofLookup()
3446 if (ObjCInterfaceDecl *MethodInterface = Method->getClassInterface()) { in FilterMethodsByTypeBound() local
3450 return MethodInterface == BoundInterface || in FilterMethodsByTypeBound()
3451 MethodInterface->isSuperClassOf(BoundInterface) || in FilterMethodsByTypeBound()
3452 BoundInterface->isSuperClassOf(MethodInterface); in FilterMethodsByTypeBound()