Home | History | Annotate | Download | only in Sema

Lines Matching defs:Sel

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