clang  3.9.0
Public Member Functions | List of all members
clang::Sema::SynthesizedFunctionScope Class Reference

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

Detailed Description

RAII object to handle the state changes required to synthesize a function body.

Definition at line 668 of file Sema.h.

Constructor & Destructor Documentation

clang::Sema::SynthesizedFunctionScope::SynthesizedFunctionScope ( Sema S,
DeclContext DC 
)
inline
clang::Sema::SynthesizedFunctionScope::~SynthesizedFunctionScope ( )
inline

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