clang
10.0.0git
|
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 12034 of file Sema.h.
References clang::Sema::PushExpressionEvaluationContext().
|
inline |
Definition at line 12045 of file Sema.h.
References clang::Sema::PushExpressionEvaluationContext().
|
inline |
Definition at line 12056 of file Sema.h.
References clang::Sema::getLangOpts(), clang::Sema::isUnevaluatedContext(), and clang::Sema::PushExpressionEvaluationContext().
|
inline |
Definition at line 12071 of file Sema.h.
References clang::MakeDeductionFailureInfo(), and clang::Sema::PopExpressionEvaluationContext().