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)
  491       assert((Action == PSK_Push || Action == PSK_Pop) &&
tools/clang/lib/Parse/ParsePragma.cpp
  867       Action = Sema::PSK_Push;
 1673         Action = Sema::PSK_Push;
 2392   if (Action & Sema::PSK_Push || Action & Sema::PSK_Set) {
tools/clang/lib/Sema/SemaAttr.cpp
   32     S.VtorDispStack.SentinelAction(PSK_Push, SlotLabel);
   33     S.DataSegStack.SentinelAction(PSK_Push, SlotLabel);
   34     S.BSSSegStack.SentinelAction(PSK_Push, SlotLabel);
   35     S.ConstSegStack.SentinelAction(PSK_Push, SlotLabel);
   36     S.CodeSegStack.SentinelAction(PSK_Push, SlotLabel);
  436   if (Action & PSK_Push)