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

References

tools/clang/include/clang/Sema/Sema.h
  455     PSK_Pop_Set   = PSK_Pop | PSK_Set,  // #pragma (pop[, id], value)
  491       assert((Action == PSK_Push || Action == PSK_Pop) &&
tools/clang/lib/Parse/ParsePragma.cpp
  869       Action = Sema::PSK_Pop;
 1675         Action = Sema::PSK_Pop;
 1717     Action = Sema::PSK_Pop;
 2380       Action = Sema::PSK_Pop;
tools/clang/lib/Sema/SemaAttr.cpp
   42     S.VtorDispStack.SentinelAction(PSK_Pop, SlotLabel);
   43     S.DataSegStack.SentinelAction(PSK_Pop, SlotLabel);
   44     S.BSSSegStack.SentinelAction(PSK_Pop, SlotLabel);
   45     S.ConstSegStack.SentinelAction(PSK_Pop, SlotLabel);
   46     S.CodeSegStack.SentinelAction(PSK_Pop, SlotLabel);
  240     Action = Sema::PSK_Pop;
  325   if (Action & Sema::PSK_Pop) {
  420   if (Action & PSK_Pop && VtorDispStack.Stack.empty())
  439   else if (Action & PSK_Pop) {
  523   if (Action & PSK_Pop && Stack->Stack.empty())