clang
9.0.0
|
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, Sema::ExpressionEvaluationContextRecord::ExpressionKind ExprContext=Sema::ExpressionEvaluationContextRecord::EK_Other, bool ShouldEnter=true) | |
EnterExpressionEvaluationContext (Sema &Actions, Sema::ExpressionEvaluationContext NewContext, Sema::ReuseLambdaContextDecl_t, Sema::ExpressionEvaluationContextRecord::ExpressionKind ExprContext=Sema::ExpressionEvaluationContextRecord::EK_Other) | |
EnterExpressionEvaluationContext (Sema &Actions, InitListTag, bool ShouldEnter=true) | |
~EnterExpressionEvaluationContext () | |
RAII object that enters a new expression evaluation context.
|
inline |
Definition at line 11264 of file Sema.h.
References clang::Sema::PushExpressionEvaluationContext().
|
inline |
Definition at line 11275 of file Sema.h.
References clang::Sema::PushExpressionEvaluationContext().
|
inline |
Definition at line 11286 of file Sema.h.
References clang::Sema::getLangOpts(), clang::Sema::isUnevaluatedContext(), and clang::Sema::PushExpressionEvaluationContext().
|
inline |
Definition at line 11301 of file Sema.h.
References clang::MakeDeductionFailureInfo(), and clang::Sema::PopExpressionEvaluationContext().