Home | History | Annotate | Download | only in Sema

Lines Matching defs:Sel

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