Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp3192 ObjCInterfaceDecl *MethodInterface = Method->getClassInterface(); in isMethodContextSameForKindofLookup() local
3195 return MethodInterface == MethodInListInterface; in isMethodContextSameForKindofLookup()
3375 if (ObjCInterfaceDecl *MethodInterface = Method->getClassInterface()) { in FilterMethodsByTypeBound() local
3379 return MethodInterface == BoundInterface || in FilterMethodsByTypeBound()
3380 MethodInterface->isSuperClassOf(BoundInterface) || in FilterMethodsByTypeBound()
3381 BoundInterface->isSuperClassOf(MethodInterface); in FilterMethodsByTypeBound()
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp3297 ObjCInterfaceDecl *MethodInterface = Method->getClassInterface(); in isMethodContextSameForKindofLookup() local
3300 return MethodInterface == MethodInListInterface; in isMethodContextSameForKindofLookup()
3483 if (ObjCInterfaceDecl *MethodInterface = Method->getClassInterface()) { in FilterMethodsByTypeBound() local
3487 return MethodInterface == BoundInterface || in FilterMethodsByTypeBound()
3488 MethodInterface->isSuperClassOf(BoundInterface) || in FilterMethodsByTypeBound()
3489 BoundInterface->isSuperClassOf(MethodInterface); in FilterMethodsByTypeBound()