Lines Matching refs:CodeGenFunction
19 #include "CodeGenFunction.h"
54 LValue CGObjCRuntime::EmitValueForIvarAtOffset(CodeGen::CodeGenFunction &CGF,
133 void Emit(CodeGenFunction &CGF, Flags flags) override {
142 void CGObjCRuntime::EmitTryCatchStmt(CodeGenFunction &CGF,
148 CodeGenFunction::JumpDest Cont;
154 CodeGenFunction::FinallyInfo FinallyInfo;
194 CodeGenFunction HelperCGF(CGM, /*suppressNewContext=*/true);
230 CodeGenFunction::LexicalScope Cleanups(CGF, Handler.Body->getSourceRange());
290 void CGObjCRuntime::EmitInitOfCatchParam(CodeGenFunction &CGF,
321 void Emit(CodeGenFunction &CGF, Flags flags) override {
327 void CGObjCRuntime::EmitAtSynchronizedStmt(CodeGenFunction &CGF,
331 CodeGenFunction::RunCleanupsScope cleanups(CGF);
389 bool CGObjCRuntime::canMessageReceiverBeNull(CodeGenFunction &CGF,
432 void CGObjCRuntime::destroyCalleeDestroyedArguments(CodeGenFunction &CGF,