clang 23.0.0git
clang::Sema::ScopedCodeSynthesisContext Class Reference

RAII object to ensure that a code synthesis context is popped on scope exit. More...

#include "clang/Sema/Sema.h"

Public Member Functions

 ScopedCodeSynthesisContext (Sema &S, const CodeSynthesisContext &Ctx)
 ~ScopedCodeSynthesisContext ()

Detailed Description

RAII object to ensure that a code synthesis context is popped on scope exit.

Definition at line 13644 of file Sema.h.

Constructor & Destructor Documentation

◆ ScopedCodeSynthesisContext()

clang::Sema::ScopedCodeSynthesisContext::ScopedCodeSynthesisContext ( Sema & S,
const CodeSynthesisContext & Ctx )
inline

Definition at line 13648 of file Sema.h.

References clang::Sema::Sema().

◆ ~ScopedCodeSynthesisContext()

clang::Sema::ScopedCodeSynthesisContext::~ScopedCodeSynthesisContext ( )
inline

Definition at line 13653 of file Sema.h.


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