Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp3311 ObjCInterfaceDecl *MethodInterface = Method->getClassInterface(); in isMethodContextSameForKindofLookup() local
3314 return MethodInterface == MethodInListInterface; in isMethodContextSameForKindofLookup()
3499 if (ObjCInterfaceDecl *MethodInterface = Method->getClassInterface()) { in FilterMethodsByTypeBound() local
3503 return MethodInterface == BoundInterface || in FilterMethodsByTypeBound()
3504 MethodInterface->isSuperClassOf(BoundInterface) || in FilterMethodsByTypeBound()
3505 BoundInterface->isSuperClassOf(MethodInterface); in FilterMethodsByTypeBound()