clang 22.0.0git
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 2026 of file CodeGenFunction.h.

Constructor & Destructor Documentation

◆ InlinedRegionBodyRAII()

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

Definition at line 2032 of file CodeGenFunction.h.

◆ ~InlinedRegionBodyRAII()

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

Definition at line 2055 of file CodeGenFunction.h.


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