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);
   42     S.VtorDispStack.SentinelAction(PSK_Pop, SlotLabel);
   83   if (VtorDispStack.CurrentValue != getLangOpts().VtorDispMode)
   85         MSVtorDispAttr::CreateImplicit(Context, VtorDispStack.CurrentValue));
  420   if (Action & PSK_Pop && VtorDispStack.Stack.empty())
  423   VtorDispStack.Act(PragmaLoc, Action, StringRef(), Mode);