Home | History | Annotate | Download | only in AST

Lines Matching defs:MethodDecl

387   ObjCMethodDecl *MethodDecl = 0;
393 if ((MethodDecl = ClassDecl->getMethod(Sel, isInstance)))
394 return MethodDecl;
400 if ((MethodDecl = (*I)->lookupMethod(Sel, isInstance)))
401 return MethodDecl;
408 if ((MethodDecl = Cat->getMethod(Sel, isInstance)))
409 return MethodDecl;
417 if ((MethodDecl = (*I)->lookupMethod(Sel, isInstance)))
418 return MethodDecl;
1419 ObjCMethodDecl *MethodDecl = NULL;
1427 if ((MethodDecl = getMethod(Sel, isInstance)))
1428 return MethodDecl;
1431 if ((MethodDecl = (*I)->lookupMethod(Sel, isInstance)))
1432 return MethodDecl;