clang 19.0.0git
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 10177 of file Sema.h.

Constructor & Destructor Documentation

◆ SynthesizedFunctionScope()

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

Definition at line 10183 of file Sema.h.

◆ ~SynthesizedFunctionScope()

clang::Sema::SynthesizedFunctionScope::~SynthesizedFunctionScope ( )
inline

Definition at line 10215 of file Sema.h.

Member Function Documentation

◆ addContextNote()

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

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