clang 19.0.0git
Public Member Functions | List of all members
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 1947 of file CodeGenFunction.h.

Constructor & Destructor Documentation

◆ OutlinedRegionBodyRAII()

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

◆ ~OutlinedRegionBodyRAII()

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

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