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

References

tools/clang/lib/Sema/SemaAttr.cpp
   30     : S(S), SlotLabel(SlotLabel), ShouldAct(ShouldAct) {
   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);