Home | History | Annotate | Download | only in AST

Lines Matching defs:lookupMethod

649 /// lookupMethod - This method returns an instance/class method by looking in
653 ObjCMethodDecl *ObjCInterfaceDecl::lookupMethod(Selector Sel,
682 if ((MethodDecl = I->lookupMethod(Sel, isInstance)))
693 if ((MethodDecl = (*I)->lookupMethod(Sel, isInstance)))
1818 // lookupMethod - Lookup a instance/class method in the protocol and protocols
1820 ObjCMethodDecl *ObjCProtocolDecl::lookupMethod(Selector Sel,
1834 if ((MethodDecl = I->lookupMethod(Sel, isInstance)))