HomeSort by: relevance | last modified time | path
    Searched refs:PSK_Reset (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaAttr.cpp 217 PragmaMsStackAction Action = Sema::PSK_Reset;
257 Action = Sema::PSK_Reset;
547 if (Action == PSK_Reset) {
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParsePragma.cpp 947 Sema::PragmaMsStackAction Action = Sema::PSK_Reset;
961 if (Action != Sema::PSK_Reset) {
987 unsigned DiagID = Action != Sema::PSK_Reset ? !SlotLabel.empty() ?
1803 Sema::PragmaMsStackAction Action = Sema::PSK_Reset;
2557 Action = Sema::PSK_Reset;
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 476 PSK_Reset = 0x0, // #pragma ()
603 if (Action == PSK_Reset) {
663 ValueType DefaultValue; // Value used for PSK_Reset action.

Completed in 202 milliseconds