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

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

Completed in 742 milliseconds