Home | History | Annotate | Download | only in AST

Lines Matching refs:MethodDecl

468   ObjCMethodDecl *MethodDecl = 0;
474 if ((MethodDecl = ClassDecl->getMethod(Sel, isInstance)))
475 return MethodDecl;
481 if ((MethodDecl = (*I)->lookupMethod(Sel, isInstance)))
482 return MethodDecl;
489 if ((MethodDecl = Cat->getMethod(Sel, isInstance)))
490 if (C != (*Cat) || !MethodDecl->isImplicit())
491 return MethodDecl;
499 if ((MethodDecl = (*I)->lookupMethod(Sel, isInstance)))
500 if (C != (*Cat) || !MethodDecl->isImplicit())
501 return MethodDecl;
1463 ObjCMethodDecl *MethodDecl = NULL;
1471 if ((MethodDecl = getMethod(Sel, isInstance)))
1472 return MethodDecl;
1475 if ((MethodDecl = (*I)->lookupMethod(Sel, isInstance)))
1476 return MethodDecl;