clang API Documentation

Public Member Functions
clang::EnterExpressionEvaluationContext Class Reference

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

#include <Sema.h>

List of all members.

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 8701 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 8705 of file Sema.h.

References clang::Sema::PushExpressionEvaluationContext().

Definition at line 8723 of file Sema.h.


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