clang  5.0.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 "clang/Sema/Sema.h"

Public Member Functions

 SynthesizedFunctionScope (Sema &S, DeclContext *DC)
 
void addContextNote (SourceLocation UseLoc)
 
 ~SynthesizedFunctionScope ()
 

Detailed Description

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

Definition at line 718 of file Sema.h.

Constructor & Destructor Documentation

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

Member Function Documentation

void clang::Sema::SynthesizedFunctionScope::addContextNote ( SourceLocation  UseLoc)
inline

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