clang 19.0.0git
Public Member Functions | List of all members
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 2763 of file CodeGenFunction.h.

Constructor & Destructor Documentation

◆ AllocaTrackerRAII()

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

Definition at line 2764 of file CodeGenFunction.h.

◆ ~AllocaTrackerRAII()

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

Definition at line 2768 of file CodeGenFunction.h.

Member Function Documentation

◆ Take()

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

Definition at line 2770 of file CodeGenFunction.h.


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