Searched refs:VtorDispStack (Results 1 – 3 of 3) sorted by relevance
33 S.VtorDispStack.SentinelAction(PSK_Push, SlotLabel); in PragmaStackSentinelRAII()44 S.VtorDispStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII()96 if (VtorDispStack.CurrentValue != getLangOpts().getVtorDispMode()) in AddMsStructLayoutForRecord()98 Context, unsigned(VtorDispStack.CurrentValue))); in AddMsStructLayoutForRecord()626 if (Action & PSK_Pop && VtorDispStack.Stack.empty()) in ActOnPragmaMSVtorDisp()629 VtorDispStack.Act(PragmaLoc, Action, StringRef(), Mode); in ActOnPragmaMSVtorDisp()
252 MSStructPragmaOn(false), VtorDispStack(LangOpts.getVtorDispMode()), in Sema()
1711 PragmaStack<MSVtorDispMode> VtorDispStack; variable