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

References

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);
   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);