Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaAttr.cpp217 PragmaMsStackAction Action = Sema::PSK_Reset; in ActOnPragmaOptionsAlign()
257 Action = Sema::PSK_Reset; in ActOnPragmaOptionsAlign()
547 if (Action == PSK_Reset) { in Act()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
DParsePragma.cpp947 Sema::PragmaMsStackAction Action = Sema::PSK_Reset; in HandlePragmaMSSegment()
961 if (Action != Sema::PSK_Reset) { in HandlePragmaMSSegment()
987 unsigned DiagID = Action != Sema::PSK_Reset ? !SlotLabel.empty() ? in HandlePragmaMSSegment()
1803 Sema::PragmaMsStackAction Action = Sema::PSK_Reset; in HandlePragma()
2557 Action = Sema::PSK_Reset; in HandlePragma()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h479 PSK_Reset = 0x0, // #pragma () enumerator
606 if (Action == PSK_Reset) { in Act()