Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CodeGenFunction

19 #include "CodeGenFunction.h"
85 LValue CGObjCRuntime::EmitValueForIvarAtOffset(CodeGen::CodeGenFunction &CGF,
160 void Emit(CodeGenFunction &CGF, Flags flags) {
172 void CGObjCRuntime::EmitTryCatchStmt(CodeGenFunction &CGF,
178 CodeGenFunction::JumpDest Cont;
182 CodeGenFunction::FinallyInfo FinallyInfo;
240 CodeGenFunction::LexicalScope cleanups(CGF, Handler.Body->getSourceRange());
305 void Emit(CodeGenFunction &CGF, Flags flags) {
311 void CGObjCRuntime::EmitAtSynchronizedStmt(CodeGenFunction &CGF,
315 CodeGenFunction::RunCleanupsScope cleanups(CGF);