clang API Documentation
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.
| clang::Sema::SynthesizedFunctionScope::SynthesizedFunctionScope | ( | Sema & | S, |
| DeclContext * | DC | ||
| ) | [inline] |
Definition at line 599 of file Sema.h.
References clang::Sema::PotentiallyEvaluated, clang::Sema::PushExpressionEvaluationContext(), and clang::Sema::PushFunctionScope().
Definition at line 606 of file Sema.h.
References clang::Sema::PopExpressionEvaluationContext(), and clang::Sema::PopFunctionScopeInfo().