clang  19.0.0git
Public Member Functions | List of all members
clang::CodeGen::CodeGenFunction::AllocaTrackerRAII Struct Reference

#include "/home/runner/work/llvm/llvm/repo/clang/lib/CodeGen/CodeGenFunction.h"

Public Member Functions

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

Detailed Description

Definition at line 2786 of file CodeGenFunction.h.

Constructor & Destructor Documentation

◆ AllocaTrackerRAII()

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

Definition at line 2787 of file CodeGenFunction.h.

◆ ~AllocaTrackerRAII()

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

Definition at line 2791 of file CodeGenFunction.h.

Member Function Documentation

◆ Take()

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

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