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

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

#include "clang/Sema/Sema.h"

Public Types

enum  InitListTag { InitList }
 

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 (Sema &Actions, InitListTag, bool ShouldEnter=true)
 
 ~EnterExpressionEvaluationContext ()
 

Detailed Description

RAII object that enters a new expression evaluation context.

Definition at line 10497 of file Sema.h.

Member Enumeration Documentation

Enumerator
InitList 

Definition at line 10523 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 10503 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 ( Sema Actions,
InitListTag  ,
bool  ShouldEnter = true 
)
inline
clang::EnterExpressionEvaluationContext::~EnterExpressionEvaluationContext ( )
inline

Definition at line 10539 of file Sema.h.


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