|
clang 23.0.0git
|
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 () | |
RAII object to ensure that a code synthesis context is popped on scope exit.
|
inline |
Definition at line 13648 of file Sema.h.
References clang::Sema::Sema().
|
inline |