clang 22.0.0git
Public Member Functions | List of all members
clang::CIRGen::CIRGenFunction::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/CIR/CodeGen/CIRGenFunction.h"

Public Member Functions

 StmtExprEvaluation (CIRGenFunction &cgf)
 
 ~StmtExprEvaluation ()
 

Detailed Description

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

Definition at line 1471 of file CIRGenFunction.h.

Constructor & Destructor Documentation

◆ StmtExprEvaluation()

clang::CIRGen::CIRGenFunction::StmtExprEvaluation::StmtExprEvaluation ( CIRGenFunction cgf)
inline

◆ ~StmtExprEvaluation()

clang::CIRGen::CIRGenFunction::StmtExprEvaluation::~StmtExprEvaluation ( )
inline

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