Searched refs:EmitARCRetainAutoreleaseScalarExpr (Results 1 – 3 of 3) sorted by relevance
2759 CodeGenFunction::EmitARCRetainAutoreleaseScalarExpr(const Expr *e) { in EmitARCRetainAutoreleaseScalarExpr() function in CodeGenFunction2764 return EmitARCRetainAutoreleaseScalarExpr(cleanups->getSubExpr()); in EmitARCRetainAutoreleaseScalarExpr()2799 return EmitARCRetainAutoreleaseScalarExpr(expr); in EmitObjCThrowOperand()2843 llvm::Value *value = EmitARCRetainAutoreleaseScalarExpr(e->getRHS()); in EmitARCStoreAutoreleasing()
748 value = EmitARCRetainAutoreleaseScalarExpr(init); in EmitScalarInit()
2811 llvm::Value *EmitARCRetainAutoreleaseScalarExpr(const Expr *expr);