clang  3.7.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)
 
 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 9016 of file Sema.h.

Constructor & Destructor Documentation

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

Definition at line 9020 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 9038 of file Sema.h.


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