Searched refs:VtorDispStack (Results 1 – 3 of 3) sorted by relevance
32 S.VtorDispStack.SentinelAction(PSK_Push, SlotLabel); in PragmaStackSentinelRAII()42 S.VtorDispStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII()93 if (VtorDispStack.CurrentValue != getLangOpts().getVtorDispMode()) in AddMsStructLayoutForRecord()95 Context, unsigned(VtorDispStack.CurrentValue))); in AddMsStructLayoutForRecord()536 if (Action & PSK_Pop && VtorDispStack.Stack.empty()) in ActOnPragmaMSVtorDisp()539 VtorDispStack.Act(PragmaLoc, Action, StringRef(), Mode); in ActOnPragmaMSVtorDisp()
162 VtorDispStack(LangOpts.getVtorDispMode()), in Sema()
678 PragmaStack<MSVtorDispMode> VtorDispStack; variable