Searched refs:EmitObjCIsaExpr (Results 1 – 3 of 3) sorted by relevance
507 LValue LV = CGF.EmitObjCIsaExpr(E); in VisitObjCIsaExpr()4327 LValue CodeGenFunction::EmitObjCIsaExpr(const ObjCIsaExpr *E) { in EmitObjCIsaExpr() function in CodeGenFunction
3492 LValue EmitObjCIsaExpr(const ObjCIsaExpr *E);
1247 return EmitObjCIsaExpr(cast<ObjCIsaExpr>(E)); in EmitLValue()