Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp1823 ObjCCategoryImplDecl *CatIMPDecl) { in CheckCategoryVsClassMethodMatches() argument
1827 I = CatIMPDecl->instmeth_begin(), in CheckCategoryVsClassMethodMatches()
1828 E = CatIMPDecl->instmeth_end(); I!=E; ++I) in CheckCategoryVsClassMethodMatches()
1832 I = CatIMPDecl->classmeth_begin(), in CheckCategoryVsClassMethodMatches()
1833 E = CatIMPDecl->classmeth_end(); I != E; ++I) in CheckCategoryVsClassMethodMatches()
1839 ObjCCategoryDecl *CatDecl = CatIMPDecl->getCategoryDecl(); in CheckCategoryVsClassMethodMatches()
1848 CatIMPDecl, IDecl, in CheckCategoryVsClassMethodMatches()