clang
3.9.0
|
RAII object to handle the state changes required to synthesize a function body. More...
#include <Sema.h>
Public Member Functions | |
SynthesizedFunctionScope (Sema &S, DeclContext *DC) | |
~SynthesizedFunctionScope () | |
RAII object to handle the state changes required to synthesize a function body.
|
inline |
Definition at line 673 of file Sema.h.
References clang::Sema::PotentiallyEvaluated, clang::Sema::PushExpressionEvaluationContext(), and clang::Sema::PushFunctionScope().
|
inline |
Definition at line 680 of file Sema.h.
References clang::Sema::PopExpressionEvaluationContext(), and clang::Sema::PopFunctionScopeInfo().