Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Body

1026   // We just emitted the body of the try; jump to the continue block.
1063 // Perform the body of the catch.
1115 const Stmt *Body;
1121 PerformFinally(const Stmt *Body, llvm::Value *ForEHVar,
1124 : Body(Body), ForEHVar(ForEHVar), EndCatchFn(EndCatchFn),
1140 CGF.EmitStmt(Body);
1188 const Stmt *body,
1233 CGF.EHStack.pushCleanup<PerformFinally>(NormalCleanup, body,
1687 /// from the main function body into this stub.
1838 // a try body function.
1849 // We just emitted the body of the __try; jump to the continue block.
1878 // Emit the __except body.