Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp1909 ObjCCategoryImplDecl *CatIMPDecl) { in CheckCategoryVsClassMethodMatches() argument
1911 ObjCCategoryDecl *CatDecl = CatIMPDecl->getCategoryDecl(); in CheckCategoryVsClassMethodMatches()
1920 for (const auto *I : CatIMPDecl->instance_methods()) { in CheckCategoryVsClassMethodMatches()
1930 for (const auto *I : CatIMPDecl->class_methods()) { in CheckCategoryVsClassMethodMatches()
1942 CatIMPDecl, IDecl, in CheckCategoryVsClassMethodMatches()