Searched refs:VtorDispStack (Results 1 – 3 of 3) sorted by relevance
34 S.VtorDispStack.SentinelAction(PSK_Push, SlotLabel); in PragmaStackSentinelRAII()45 S.VtorDispStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII()97 if (VtorDispStack.CurrentValue != getLangOpts().getVtorDispMode()) in AddMsStructLayoutForRecord()99 Context, unsigned(VtorDispStack.CurrentValue))); in AddMsStructLayoutForRecord()727 if (Action & PSK_Pop && VtorDispStack.Stack.empty()) in ActOnPragmaMSVtorDisp()730 VtorDispStack.Act(PragmaLoc, Action, StringRef(), Mode); in ActOnPragmaMSVtorDisp()
312 MSStructPragmaOn(false), VtorDispStack(LangOpts.getVtorDispMode()), in Sema()
2013 PragmaStack<MSVtorDispMode> VtorDispStack; variable