Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp1512 for (const ObjCCategoryDecl *ClsExtDecl = I->getFirstClassExtension(); in MatchAllMethodDeclarations() local
1513 ClsExtDecl; ClsExtDecl = ClsExtDecl->getNextClassExtension()) in MatchAllMethodDeclarations()
1516 const_cast<ObjCCategoryDecl *>(ClsExtDecl), in MatchAllMethodDeclarations()
2122 for (const ObjCCategoryDecl *ClsExtDecl = in ActOnAtEnd() local
2124 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()
DSemaObjCProperty.cpp158 for (const ObjCCategoryDecl *ClsExtDecl = in HandlePropertyInClassExtension() local
160 ClsExtDecl; ClsExtDecl = ClsExtDecl->getNextClassExtension()) { in HandlePropertyInClassExtension()
162 ObjCPropertyDecl::findPropertyDecl(ClsExtDecl, PropertyId)) { in HandlePropertyInClassExtension()