|
clang
3.8.0
|
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 () | |
RAII object that enters a new expression evaluation context.
|
inline |
Definition at line 9242 of file Sema.h.
References clang::Sema::PushExpressionEvaluationContext().
|
inline |
Definition at line 9250 of file Sema.h.
References clang::Sema::PushExpressionEvaluationContext(), and clang::Sema::ReuseLambdaContextDecl.
|
inline |
1.8.6