clang 22.0.0git
clang::Sema::PragmaStackSentinelRAII Class Reference

#include "clang/Sema/Sema.h"

Public Member Functions

 PragmaStackSentinelRAII (Sema &S, StringRef SlotLabel, bool ShouldAct)
 ~PragmaStackSentinelRAII ()

Detailed Description

Definition at line 2068 of file Sema.h.

Constructor & Destructor Documentation

◆ PragmaStackSentinelRAII()

Sema::PragmaStackSentinelRAII::PragmaStackSentinelRAII ( Sema & S,
StringRef SlotLabel,
bool ShouldAct )

Definition at line 29 of file SemaAttr.cpp.

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

◆ ~PragmaStackSentinelRAII()

Sema::PragmaStackSentinelRAII::~PragmaStackSentinelRAII ( )

Definition at line 43 of file SemaAttr.cpp.

References clang::Sema::PSK_Pop.


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