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

/external/clang/lib/Sema/
H A DSemaAttr.cpp80 PragmaMsStackAction Action = Sema::PSK_Reset;
116 Action = Sema::PSK_Reset;
216 if (Action == PSK_Reset) {
/external/clang/lib/Parse/
H A DParsePragma.cpp634 Sema::PragmaMsStackAction Action = Sema::PSK_Reset;
648 if (Action != Sema::PSK_Reset) {
674 unsigned DiagID = Action != Sema::PSK_Reset ? !SlotLabel.empty() ?
979 Sema::PragmaMsStackAction Action = Sema::PSK_Reset;
1644 Action = Sema::PSK_Reset;
/external/clang/include/clang/Sema/
H A DSema.h333 PSK_Reset = 0x0, // #pragma () enumerator in enum:clang::Sema::PragmaMsStackAction
384 ValueType DefaultValue; // Value used for PSK_Reset action.

Completed in 116 milliseconds