Searched refs:VtorDispStack (Results 1 – 3 of 3) sorted by relevance
33 S.VtorDispStack.SentinelAction(PSK_Push, SlotLabel); in PragmaStackSentinelRAII()43 S.VtorDispStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII()84 if (VtorDispStack.CurrentValue != getLangOpts().VtorDispMode) in AddMsStructLayoutForRecord()86 MSVtorDispAttr::CreateImplicit(Context, VtorDispStack.CurrentValue)); in AddMsStructLayoutForRecord()301 if (Action & PSK_Pop && VtorDispStack.Stack.empty()) in ActOnPragmaMSVtorDisp()304 VtorDispStack.Act(PragmaLoc, Action, StringRef(), Mode); in ActOnPragmaMSVtorDisp()
127 VtorDispStack(MSVtorDispAttr::Mode(LangOpts.VtorDispMode)), PackStack(0), in Sema()
457 PragmaStack<MSVtorDispAttr::Mode> VtorDispStack; variable