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

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

Completed in 67 milliseconds