Home
last modified time | relevance | path

Searched refs:PSK_Reset (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp233 PragmaMsStackAction Action = Sema::PSK_Reset; in ActOnPragmaOptionsAlign()
271 Action = Sema::PSK_Reset; in ActOnPragmaOptionsAlign()
637 if (Action == PSK_Reset) { in Act()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1154 Sema::PragmaMsStackAction Action = Sema::PSK_Reset; in HandlePragmaMSSegment()
1168 if (Action != Sema::PSK_Reset) { in HandlePragmaMSSegment()
1194 unsigned DiagID = Action != Sema::PSK_Reset ? !SlotLabel.empty() ? in HandlePragmaMSSegment()
2141 Sema::PragmaMsStackAction Action = Sema::PSK_Reset; in HandlePragma()
2895 Action = Sema::PSK_Reset; in HandlePragma()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1504 PSK_Reset = 0x0, // #pragma () enumerator
1636 if (Action == PSK_Reset) { in Act()