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 ()
 PragmaStackSentinelRAII (const PragmaStackSentinelRAII &)=delete
PragmaStackSentinelRAIIoperator= (const PragmaStackSentinelRAII &)=delete

Detailed Description

Definition at line 2066 of file Sema.h.

Constructor & Destructor Documentation

◆ PragmaStackSentinelRAII() [1/2]

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().

Referenced by operator=(), and PragmaStackSentinelRAII().

◆ ~PragmaStackSentinelRAII()

Sema::PragmaStackSentinelRAII::~PragmaStackSentinelRAII ( )

Definition at line 43 of file SemaAttr.cpp.

References clang::Sema::PSK_Pop.

◆ PragmaStackSentinelRAII() [2/2]

clang::Sema::PragmaStackSentinelRAII::PragmaStackSentinelRAII ( const PragmaStackSentinelRAII & )
delete

Member Function Documentation

◆ operator=()

PragmaStackSentinelRAII & clang::Sema::PragmaStackSentinelRAII::operator= ( const PragmaStackSentinelRAII & )
delete

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