reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/CodeGen/CGObjC.cpp
   32 tryEmitARCRetainScalarExpr(CodeGenFunction &CGF, const Expr *e);

References

tools/clang/lib/CodeGen/CGObjC.cpp
  533       TryEmitResult ter = tryEmitARCRetainScalarExpr(*this,
 3248   TryEmitResult result = tryEmitARCRetainScalarExpr(*this, e);
 3264   TryEmitResult result = tryEmitARCRetainScalarExpr(*this, e);
 3281     TryEmitResult subresult = tryEmitARCRetainScalarExpr(*this, e);
 3401   TryEmitResult result = tryEmitARCRetainScalarExpr(*this, e->getRHS());