Home | History | Annotate | Download | only in AST

Lines Matching defs:lookupMethod

540 /// lookupMethod - This method returns an instance/class method by looking in
544 ObjCMethodDecl *ObjCInterfaceDecl::lookupMethod(Selector Sel,
566 if ((MethodDecl = I->lookupMethod(Sel, isInstance)))
581 if ((MethodDecl = (*I)->lookupMethod(Sel, isInstance)))
1534 // lookupMethod - Lookup a instance/class method in the protocol and protocols
1536 ObjCMethodDecl *ObjCProtocolDecl::lookupMethod(Selector Sel,
1550 if ((MethodDecl = I->lookupMethod(Sel, isInstance)))