Home | History | Annotate | Download | only in AST

Lines Matching refs:getInstanceMethod

116       if (ObjCMethodDecl *MD = Cat->getInstanceMethod(Sel))
443 if (const ObjCMethodDecl *MD = IFace->getInstanceMethod(Sel)) {
451 if (const ObjCMethodDecl *MD = Ext->getInstanceMethod(Sel)) {
611 Method = Instance ? ImpDecl->getInstanceMethod(Sel)
1333 if (ObjCMethodDecl *MD = Impl->getInstanceMethod(Sel))