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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaAttr.cpp 598 if (Action & PSK_Set) {
1112 FpPragmaStack.Act(Loc, Sema::PSK_Set, StringRef(), NewFPFeatures);
1119 FpPragmaStack.Act(Loc, PSK_Set, StringRef(), NewFPFeatures);
1133 FpPragmaStack.Act(Loc, PSK_Set, StringRef(), NewFPFeatures);
1141 FpPragmaStack.Act(Loc, PSK_Set, StringRef(), NewFPFeatures);
1163 FpPragmaStack.Act(Loc, PSK_Set, StringRef(), NewFPFeatures);
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParsePragma.cpp 1005 Action = (Sema::PragmaMsStackAction)(Action | Sema::PSK_Set);
1818 : Sema::PSK_Set;
1839 Action = (Sema::PragmaMsStackAction)(Action | Sema::PSK_Set);
1855 Action = (Sema::PragmaMsStackAction)(Action | Sema::PSK_Set);
2535 Sema::PragmaMsStackAction Action = Sema::PSK_Set;
2563 if (Action & Sema::PSK_Push || Action & Sema::PSK_Set) {
2654 Sema::PragmaMsStackAction Action = Sema::PSK_Set;
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 477 PSK_Set = 0x1, // #pragma (value)
481 PSK_Push_Set = PSK_Push | PSK_Set, // #pragma (push[, id], value)
482 PSK_Pop_Set = PSK_Pop | PSK_Set, // #pragma (pop[, id], value)
630 if (Action & PSK_Set) {

Completed in 59 milliseconds