Home | History | Annotate | Download | only in AST

Lines Matching refs:lookupMethod

540 /// lookupMethod - This method returns an instance/class method by looking in
544 ObjCMethodDecl *ObjCInterfaceDecl::lookupMethod(Selector Sel,
573 if ((MethodDecl = I->lookupMethod(Sel, isInstance)))
584 if ((MethodDecl = (*I)->lookupMethod(Sel, isInstance)))
1565 // lookupMethod - Lookup a instance/class method in the protocol and protocols
1567 ObjCMethodDecl *ObjCProtocolDecl::lookupMethod(Selector Sel,
1581 if ((MethodDecl = I->lookupMethod(Sel, isInstance)))