clang API Documentation

Public Member Functions
clang::EnterExpressionEvaluationContext Class Reference

RAII object that enters a new expression evaluation context. More...

#include <Sema.h>

List of all members.

Public Member Functions

 EnterExpressionEvaluationContext (Sema &Actions, Sema::ExpressionEvaluationContext NewContext)
 ~EnterExpressionEvaluationContext ()

Detailed Description

RAII object that enters a new expression evaluation context.

Definition at line 6429 of file Sema.h.


Constructor & Destructor Documentation

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().


The documentation for this class was generated from the following file: