reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Sema/Sema.h
  454     PSK_Push_Set  = PSK_Push | PSK_Set, // #pragma (push[, id], value)
  455     PSK_Pop_Set   = PSK_Pop | PSK_Set,  // #pragma (pop[, id], value)
tools/clang/lib/Parse/ParsePragma.cpp
  920       Action = (Sema::PragmaMsStackAction)(Action | Sema::PSK_Set);
 1665         PP.getLangOpts().ApplePragmaPack ? Sema::PSK_Push_Set : Sema::PSK_Set;
 1686           Action = (Sema::PragmaMsStackAction)(Action | Sema::PSK_Set);
 1702             Action = (Sema::PragmaMsStackAction)(Action | Sema::PSK_Set);
 2364   Sema::PragmaMsStackAction Action = Sema::PSK_Set;
 2392   if (Action & Sema::PSK_Push || Action & Sema::PSK_Set) {
tools/clang/lib/Sema/SemaAttr.cpp
  458   if (Action & PSK_Set) {