Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp2829 ObjCCategoryImplDecl *CatIMPDecl) { in CheckCategoryVsClassMethodMatches() argument
2831 ObjCCategoryDecl *CatDecl = CatIMPDecl->getCategoryDecl(); in CheckCategoryVsClassMethodMatches()
2840 for (const auto *I : CatIMPDecl->instance_methods()) { in CheckCategoryVsClassMethodMatches()
2850 for (const auto *I : CatIMPDecl->class_methods()) { in CheckCategoryVsClassMethodMatches()
2862 CatIMPDecl, IDecl, in CheckCategoryVsClassMethodMatches()