Home | History | Annotate | Download | only in Frontend

Lines Matching refs:OMD

1253                                         ObjCMethodDecl *OMD,
1258 RewriteTypeIntoString(OMD->getResultType(), ResultStr, FPRetType);
1264 if (OMD->isInstanceMethod())
1273 dyn_cast<ObjCCategoryImplDecl>(OMD->getDeclContext())) {
1279 std::string selString = OMD->getSelector().getAsString();
1287 MethodInternalNames[OMD] = NameStr;
1294 if (OMD->isInstanceMethod()) {
1314 for (ObjCMethodDecl::param_iterator PI = OMD->param_begin(),
1315 E = OMD->param_end(); PI != E; ++PI) {
1330 if (OMD->isVariadic())
1377 ObjCMethodDecl *OMD = *I;
1378 RewriteObjCMethodDecl(OMD->getClassInterface(), OMD, ResultStr);
1379 SourceLocation LocStart = OMD->getLocStart();
1380 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart();
1392 ObjCMethodDecl *OMD = *I;
1393 RewriteObjCMethodDecl(OMD->getClassInterface(), OMD, ResultStr);
1394 SourceLocation LocStart = OMD->getLocStart();
1395 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart();
3596 if (ObjCMethodDecl *OMD = Exp->getMethodDecl()) {
3598 for (ObjCMethodDecl::param_iterator PI = OMD->param_begin(),
3599 E = OMD->param_end(); PI != E; ++PI) {