clang
3.9.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, bool ShouldEnter=true) | |
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 9611 of file Sema.h.
References clang::Sema::PushExpressionEvaluationContext().
|
inline |
Definition at line 9621 of file Sema.h.
References clang::Sema::PushExpressionEvaluationContext(), and clang::Sema::ReuseLambdaContextDecl.
|
inline |