Searched refs:tryEmitARCRetainScalarExpr (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjC.cpp33 tryEmitARCRetainScalarExpr(CodeGenFunction &CGF, const Expr *e);
328 TryEmitResult ter = tryEmitARCRetainScalarExpr(*this,
2517 result = tryEmitARCRetainScalarExpr(CGF, ov->getSourceExpr());
2529 result = tryEmitARCRetainScalarExpr(CGF, semantic);
2545 tryEmitARCRetainScalarExpr(CodeGenFunction &CGF, const Expr *e) { function
2613 = tryEmitARCRetainScalarExpr(CGF, ce->getSubExpr());
2708 TryEmitResult result = tryEmitARCRetainScalarExpr(*this, e);
2724 TryEmitResult result = tryEmitARCRetainScalarExpr(*this, e);
2741 TryEmitResult subresult = tryEmitARCRetainScalarExpr(*this, e);
2771 TryEmitResult result = tryEmitARCRetainScalarExpr(*thi
[all...]

Completed in 208 milliseconds