Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp2809 ObjCInterfaceDecl *SuperIDecl = IDecl->getSuperClass(); in CheckCategoryVsClassMethodMatches() local
2817 if (SuperIDecl && SuperIDecl->lookupMethod(Sel, true)) in CheckCategoryVsClassMethodMatches()
2824 if (SuperIDecl && SuperIDecl->lookupMethod(Sel, false)) in CheckCategoryVsClassMethodMatches()