Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:CatDecl

966 void RewriteObjC::RewriteCategoryDecl(ObjCCategoryDecl *CatDecl) {
967 SourceLocation LocStart = CatDecl->getLocStart();
972 for (auto *I : CatDecl->properties())
974 for (auto *I : CatDecl->instance_methods())
976 for (auto *I : CatDecl->class_methods())
980 ReplaceText(CatDecl->getAtEndRange().getBegin(),