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

/external/clang/lib/CodeGen/
H A DCGObjC.cpp1458 Collection = EmitARCRetainScalarExpr(S.getCollection());
2699 /// EmitARCRetainScalarExpr - Semantically equivalent to
2703 llvm::Value *CodeGenFunction::EmitARCRetainScalarExpr(const Expr *e) { function in class:CodeGenFunction
2708 return EmitARCRetainScalarExpr(cleanups->getSubExpr());

Completed in 60 milliseconds