Home | History | Annotate | Download | only in Sema

Lines Matching refs:Sel

387                                                 const Selector &Sel,
392 if (ObjCMethodDecl *OMD = PDecl->getInstanceMethod(Sel))
397 if (Decl *D = FindGetterSetterNameDeclFromProtocolList(*I, Member, Sel,
406 const Selector &Sel,
418 if (ObjCMethodDecl *OMD = (*I)->getInstanceMethod(Sel)) {
427 GDecl = FindGetterSetterNameDeclFromProtocolList(*I, Member, Sel,
1323 Selector Sel = PP.getSelectorTable().getNullarySelector(Member);
1324 if (Decl *PMDecl = FindGetterSetterNameDecl(OPT, Member, Sel, Context)) {
1379 Selector Sel = PP.getSelectorTable().getNullarySelector(Member);
1382 if ((Getter = IFace->lookupClassMethod(Sel))) {
1387 Getter = IFace->lookupPrivateMethod(Sel, false);
1438 // Adjust builtin-sel to the appropriate redefinition type if that's
1439 // not just a pointer to builtin-sel again.