Home | History | Annotate | Download | only in Sema

Lines Matching defs:Sel

5183   // And the same for struct objc_selector* / SEL
11533 Selector Sel = ME->getSelector();
11536 if (isSelfExpr(Op->getLHS()) && Sel.getNameForSlot(0).startswith("init"))
11540 else if (Sel.isUnarySelector() && Sel.getNameForSlot(0) == "nextObject")