clang 22.0.0git
clang::CodeGen::CodeGenFunction::OMPBuilderCBHelpers::OutlinedRegionBodyRAII Class Reference

RAII for preserving necessary info during Outlined region body codegen. More...

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CodeGenFunction.h"

Public Member Functions

 OutlinedRegionBodyRAII (CodeGenFunction &cgf, InsertPointTy &AllocaIP, llvm::BasicBlock &RetBB)
 ~OutlinedRegionBodyRAII ()

Detailed Description

RAII for preserving necessary info during Outlined region body codegen.

Definition at line 2000 of file CodeGenFunction.h.

Constructor & Destructor Documentation

◆ OutlinedRegionBodyRAII()

clang::CodeGen::CodeGenFunction::OMPBuilderCBHelpers::OutlinedRegionBodyRAII::OutlinedRegionBodyRAII ( CodeGenFunction & cgf,
InsertPointTy & AllocaIP,
llvm::BasicBlock & RetBB )
inline

Definition at line 2007 of file CodeGenFunction.h.

◆ ~OutlinedRegionBodyRAII()

clang::CodeGen::CodeGenFunction::OMPBuilderCBHelpers::OutlinedRegionBodyRAII::~OutlinedRegionBodyRAII ( )
inline

Definition at line 2019 of file CodeGenFunction.h.


The documentation for this class was generated from the following file: