clang  3.9.0
Public Member Functions | List of all members
clang::EnterExpressionEvaluationContext Class Reference

RAII object that enters a new expression evaluation context. More...

#include <Sema.h>

Public Member Functions

 EnterExpressionEvaluationContext (Sema &Actions, Sema::ExpressionEvaluationContext NewContext, Decl *LambdaContextDecl=nullptr, bool IsDecltype=false, bool ShouldEnter=true)
 
 EnterExpressionEvaluationContext (Sema &Actions, Sema::ExpressionEvaluationContext NewContext, Sema::ReuseLambdaContextDecl_t, bool IsDecltype=false)
 
 ~EnterExpressionEvaluationContext ()
 

Detailed Description

RAII object that enters a new expression evaluation context.

Definition at line 9606 of file Sema.h.

Constructor & Destructor Documentation

clang::EnterExpressionEvaluationContext::EnterExpressionEvaluationContext ( Sema Actions,
Sema::ExpressionEvaluationContext  NewContext,
Decl LambdaContextDecl = nullptr,
bool  IsDecltype = false,
bool  ShouldEnter = true 
)
inline

Definition at line 9611 of file Sema.h.

References clang::Sema::PushExpressionEvaluationContext().

clang::EnterExpressionEvaluationContext::EnterExpressionEvaluationContext ( Sema Actions,
Sema::ExpressionEvaluationContext  NewContext,
Sema::ReuseLambdaContextDecl_t  ,
bool  IsDecltype = false 
)
inline
clang::EnterExpressionEvaluationContext::~EnterExpressionEvaluationContext ( )
inline

Definition at line 9631 of file Sema.h.


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