clang 19.0.0git
Public Member Functions | List of all members
clang::CodeGen::CodeGenFunction::OMPBuilderCBHelpers::InlinedRegionBodyRAII Class Reference

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

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

Public Member Functions

 InlinedRegionBodyRAII (CodeGenFunction &cgf, InsertPointTy &AllocaIP, llvm::BasicBlock &FiniBB)
 
 ~InlinedRegionBodyRAII ()
 

Detailed Description

RAII for preserving necessary info during inlined region body codegen.

Definition at line 1973 of file CodeGenFunction.h.

Constructor & Destructor Documentation

◆ InlinedRegionBodyRAII()

clang::CodeGen::CodeGenFunction::OMPBuilderCBHelpers::InlinedRegionBodyRAII::InlinedRegionBodyRAII ( CodeGenFunction cgf,
InsertPointTy AllocaIP,
llvm::BasicBlock &  FiniBB 
)
inline

◆ ~InlinedRegionBodyRAII()

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

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