Searched defs:EmitARCRetainAutoreleaseScalarExpr (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGObjC.cpp2730 CodeGenFunction::EmitARCRetainAutoreleaseScalarExpr(const Expr *e) { function in class:CodeGenFunction
2735 return EmitARCRetainAutoreleaseScalarExpr(cleanups->getSubExpr());
2769 // EmitARCRetainAutoreleaseScalarExpr does this for us.
2770 return EmitARCRetainAutoreleaseScalarExpr(expr);
2814 llvm::Value *value = EmitARCRetainAutoreleaseScalarExpr(e->getRHS());

Completed in 46 milliseconds