Home | History | Annotate | Download | only in Rewrite

Lines Matching defs:OMD

1115                                         ObjCMethodDecl *OMD,
1120 RewriteTypeIntoString(OMD->getResultType(), ResultStr, FPRetType);
1126 if (OMD->isInstanceMethod())
1135 dyn_cast<ObjCCategoryImplDecl>(OMD->getDeclContext())) {
1141 std::string selString = OMD->getSelector().getAsString();
1149 MethodInternalNames[OMD] = NameStr;
1156 if (OMD->isInstanceMethod()) {
1176 for (ObjCMethodDecl::param_iterator PI = OMD->param_begin(),
1177 E = OMD->param_end(); PI != E; ++PI) {
1192 if (OMD->isVariadic())
1243 ObjCMethodDecl *OMD = *I;
1244 RewriteObjCMethodDecl(OMD->getClassInterface(), OMD, ResultStr);
1245 SourceLocation LocStart = OMD->getLocStart();
1246 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart();
1258 ObjCMethodDecl *OMD = *I;
1259 RewriteObjCMethodDecl(OMD->getClassInterface(), OMD, ResultStr);
1260 SourceLocation LocStart = OMD->getLocStart();
1261 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart();
3305 if (ObjCMethodDecl *OMD = Exp->getMethodDecl()) {
3307 for (ObjCMethodDecl::param_iterator PI = OMD->param_begin(),
3308 E = OMD->param_end(); PI != E; ++PI) {