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

An RAII object to record that we're evaluating a statement expression. More...

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

Public Member Functions

 StmtExprEvaluation (CodeGenFunction &CGF)
 
 ~StmtExprEvaluation ()
 

Detailed Description

An RAII object to record that we're evaluating a statement expression.

Definition at line 1255 of file CodeGenFunction.h.

Constructor & Destructor Documentation

◆ StmtExprEvaluation()

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

Definition at line 1264 of file CodeGenFunction.h.

◆ ~StmtExprEvaluation()

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

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