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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.h2224 llvm::Value *EmitObjCThrowOperand(const Expr *expr);
H A DCGObjCMac.cpp4129 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr);
6998 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr);
H A DCGObjC.cpp2751 llvm::Value *CodeGenFunction::EmitObjCThrowOperand(const Expr *expr) { function in class:CodeGenFunction
H A DCGObjCGNU.cpp2705 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr);

Completed in 371 milliseconds