Searched refs:ClsExtDecl (Results 1 – 2 of 2) sorted by relevance
1512 for (const ObjCCategoryDecl *ClsExtDecl = I->getFirstClassExtension(); in MatchAllMethodDeclarations() local1513 ClsExtDecl; ClsExtDecl = ClsExtDecl->getNextClassExtension()) in MatchAllMethodDeclarations()1516 const_cast<ObjCCategoryDecl *>(ClsExtDecl), in MatchAllMethodDeclarations()2122 for (const ObjCCategoryDecl *ClsExtDecl = in ActOnAtEnd() local2124 ClsExtDecl; ClsExtDecl = ClsExtDecl->getNextClassExtension()) { in ActOnAtEnd()2125 for (ObjCContainerDecl::prop_iterator I = ClsExtDecl->prop_begin(), in ActOnAtEnd()2126 E = ClsExtDecl->prop_end(); I != E; ++I) { in ActOnAtEnd()
158 for (const ObjCCategoryDecl *ClsExtDecl = in HandlePropertyInClassExtension() local160 ClsExtDecl; ClsExtDecl = ClsExtDecl->getNextClassExtension()) { in HandlePropertyInClassExtension()162 ObjCPropertyDecl::findPropertyDecl(ClsExtDecl, PropertyId)) { in HandlePropertyInClassExtension()