clang 22.0.0git
clang::Sema::DeferDiagsRAII Class Reference

RAII class to control scope of DeferDiags. More...

#include "clang/Sema/Sema.h"

Public Member Functions

 DeferDiagsRAII (Sema &S, bool DeferDiags)
 ~DeferDiagsRAII ()

Detailed Description

RAII class to control scope of DeferDiags.

Definition at line 10002 of file Sema.h.

Constructor & Destructor Documentation

◆ DeferDiagsRAII()

clang::Sema::DeferDiagsRAII::DeferDiagsRAII ( Sema & S,
bool DeferDiags )
inline

Definition at line 10007 of file Sema.h.

References clang::Sema::DeferDiags, and clang::Sema::Sema().

◆ ~DeferDiagsRAII()

clang::Sema::DeferDiagsRAII::~DeferDiagsRAII ( )
inline

Definition at line 10011 of file Sema.h.


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