clang 22.0.0git
clang::CodeGen::CodeGenFunction::AllocaTrackerRAII Struct Reference

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

Public Member Functions

 AllocaTrackerRAII (CodeGenFunction &CGF)
 ~AllocaTrackerRAII ()
llvm::SmallVector< llvm::AllocaInst * > Take ()

Detailed Description

Definition at line 2794 of file CodeGenFunction.h.

Constructor & Destructor Documentation

◆ AllocaTrackerRAII()

clang::CodeGen::CodeGenFunction::AllocaTrackerRAII::AllocaTrackerRAII ( CodeGenFunction & CGF)
inline

Definition at line 2795 of file CodeGenFunction.h.

◆ ~AllocaTrackerRAII()

clang::CodeGen::CodeGenFunction::AllocaTrackerRAII::~AllocaTrackerRAII ( )
inline

Definition at line 2799 of file CodeGenFunction.h.

Member Function Documentation

◆ Take()

llvm::SmallVector< llvm::AllocaInst * > clang::CodeGen::CodeGenFunction::AllocaTrackerRAII::Take ( )
inline

Definition at line 2801 of file CodeGenFunction.h.

Referenced by SetupCleanupBlockActivation().


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