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

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
 3851   llvm::Value *EmitObjCThrowOperand(const Expr *expr);

References

tools/clang/lib/CodeGen/CGObjCGNU.cpp
 3938     llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr);
tools/clang/lib/CodeGen/CGObjCMac.cpp
 4766     llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr);
 7667     llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr);