Home | History | Annotate | Download | only in Frontend

Lines Matching refs:CatDecl

975 void RewriteObjC::RewriteCategoryDecl(ObjCCategoryDecl *CatDecl) {
976 SourceLocation LocStart = CatDecl->getLocStart();
981 for (auto *I : CatDecl->properties())
983 for (auto *I : CatDecl->instance_methods())
985 for (auto *I : CatDecl->class_methods())
989 ReplaceText(CatDecl->getAtEndRange().getBegin(),