clang API Documentation
RAII object that enters a new expression evaluation context. More...
#include <Sema.h>
Public Member Functions | |
| EnterExpressionEvaluationContext (Sema &Actions, Sema::ExpressionEvaluationContext NewContext) | |
| ~EnterExpressionEvaluationContext () | |
RAII object that enters a new expression evaluation context.
| clang::EnterExpressionEvaluationContext::EnterExpressionEvaluationContext | ( | Sema & | Actions, |
| Sema::ExpressionEvaluationContext | NewContext | ||
| ) | [inline] |
Definition at line 6433 of file Sema.h.
References clang::Sema::PushExpressionEvaluationContext().
| clang::EnterExpressionEvaluationContext::~EnterExpressionEvaluationContext | ( | ) | [inline] |
Definition at line 6439 of file Sema.h.
References clang::Sema::PopExpressionEvaluationContext().