Home | History | Annotate | Download | only in Frontend

Lines Matching defs:OMD

1073                                         ObjCMethodDecl *OMD,
1078 RewriteTypeIntoString(OMD->getResultType(), ResultStr, FPRetType);
1084 if (OMD->isInstanceMethod())
1093 dyn_cast<ObjCCategoryImplDecl>(OMD->getDeclContext())) {
1099 std::string selString = OMD->getSelector().getAsString();
1107 MethodInternalNames[OMD] = NameStr;
1114 if (OMD->isInstanceMethod()) {
1134 for (ObjCMethodDecl::param_iterator PI = OMD->param_begin(),
1135 E = OMD->param_end(); PI != E; ++PI) {
1150 if (OMD->isVariadic())
1187 ObjCMethodDecl *OMD = *I;
1188 RewriteObjCMethodDecl(OMD->getClassInterface(), OMD, ResultStr);
1189 SourceLocation LocStart = OMD->getLocStart();
1190 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart();
1202 ObjCMethodDecl *OMD = *I;
1203 RewriteObjCMethodDecl(OMD->getClassInterface(), OMD, ResultStr);
1204 SourceLocation LocStart = OMD->getLocStart();
1205 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart();
2989 if (ObjCMethodDecl *OMD = Exp->getMethodDecl()) {
2991 for (ObjCMethodDecl::param_iterator PI = OMD->param_begin(),
2992 E = OMD->param_end(); PI != E; ++PI) {