|
clang 22.0.0git
|
#include "clang/Sema/Sema.h"
Public Member Functions | |
| PragmaStackSentinelRAII (Sema &S, StringRef SlotLabel, bool ShouldAct) | |
| ~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().
| Sema::PragmaStackSentinelRAII::~PragmaStackSentinelRAII | ( | ) |
Definition at line 43 of file SemaAttr.cpp.
References clang::Sema::PSK_Pop.