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/runner/work/llvm/llvm/repo/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 2015 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: