Home | History | Annotate | Download | only in AST

Lines Matching refs:MethodDecl

636   ObjCMethodDecl *MethodDecl = nullptr;
643 if ((MethodDecl = ClassDecl->getMethod(Sel, isInstance)))
644 return MethodDecl;
648 if ((MethodDecl = Cat->getMethod(Sel, isInstance)))
649 if (C != Cat || !MethodDecl->isImplicit())
650 return MethodDecl;
654 if ((MethodDecl = I->lookupMethod(Sel, isInstance)))
655 return MethodDecl;
665 if ((MethodDecl = (*I)->lookupMethod(Sel, isInstance)))
666 if (C != Cat || !MethodDecl->isImplicit())
667 return MethodDecl;
1788 ObjCMethodDecl *MethodDecl = nullptr;
1796 if ((MethodDecl = getMethod(Sel, isInstance)))
1797 return MethodDecl;
1800 if ((MethodDecl = I->lookupMethod(Sel, isInstance)))
1801 return MethodDecl;