Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:CatDecl

962 void RewriteObjC::RewriteCategoryDecl(ObjCCategoryDecl *CatDecl) {
963 SourceLocation LocStart = CatDecl->getLocStart();
968 for (ObjCCategoryDecl::prop_iterator I = CatDecl->prop_begin(),
969 E = CatDecl->prop_end(); I != E; ++I)
973 I = CatDecl->instmeth_begin(), E = CatDecl->instmeth_end();
977 I = CatDecl->classmeth_begin(), E = CatDecl->classmeth_end();
982 ReplaceText(CatDecl->getAtEndRange().getBegin(),