Home | History | Annotate | Download | only in Sema

Lines Matching refs:ObjCSelectorExpr

989   return new (Context) ObjCSelectorExpr(Ty, Sel, AtLoc, RParenLoc);
2315 if (ObjCSelectorExpr *SelExp = dyn_cast<ObjCSelectorExpr>(Args[0])) {