clang  3.9.0
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 <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 772 of file CodeGenFunction.h.

Constructor & Destructor Documentation

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

Definition at line 781 of file CodeGenFunction.h.

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

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