Home | History | Annotate | Download | only in AST

Lines Matching refs:OMD

465       const ObjCMethodDecl *OMD = dyn_cast<ObjCMethodDecl>(D);
466 if (OMD && OMD->isPropertyAccessor())
467 if (const ObjCPropertyDecl *PDecl = OMD->findPropertyDecl())
470 if (OMD)
471 addRedeclaredMethods(OMD, Overridden);