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

RAII for correct setting/restoring of CapturedStmtInfo. More...

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

Public Member Functions

 CGCapturedStmtRAII (CodeGenFunction &CGF, CGCapturedStmtInfo *NewCapturedStmtInfo)
 
 ~CGCapturedStmtRAII ()
 

Detailed Description

RAII for correct setting/restoring of CapturedStmtInfo.

Definition at line 531 of file CodeGenFunction.h.

Constructor & Destructor Documentation

◆ CGCapturedStmtRAII()

clang::CodeGen::CodeGenFunction::CGCapturedStmtRAII::CGCapturedStmtRAII ( CodeGenFunction CGF,
CGCapturedStmtInfo NewCapturedStmtInfo 
)
inline

◆ ~CGCapturedStmtRAII()

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

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