clang 19.0.0git
Public Member Functions | List of all members
ExitFunctionBodyRAII Class Reference

RAII object that pops an ExpressionEvaluationContext when exiting a function body. More...

Public Member Functions

 ExitFunctionBodyRAII (Sema &S, bool IsLambda)
 
 ~ExitFunctionBodyRAII ()
 

Detailed Description

RAII object that pops an ExpressionEvaluationContext when exiting a function body.

Definition at line 15994 of file SemaDecl.cpp.

Constructor & Destructor Documentation

◆ ExitFunctionBodyRAII()

ExitFunctionBodyRAII::ExitFunctionBodyRAII ( Sema S,
bool  IsLambda 
)
inline

Definition at line 15996 of file SemaDecl.cpp.

◆ ~ExitFunctionBodyRAII()

ExitFunctionBodyRAII::~ExitFunctionBodyRAII ( )
inline

Definition at line 15997 of file SemaDecl.cpp.

References clang::Sema::PopExpressionEvaluationContext().


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