Searched refs:VtorDispStack (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaAttr.cpp | 33 S.VtorDispStack.SentinelAction(PSK_Push, SlotLabel); in PragmaStackSentinelRAII() 43 S.VtorDispStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII() 73 if (VtorDispStack.CurrentValue != getLangOpts().VtorDispMode) in AddMsStructLayoutForRecord() 75 MSVtorDispAttr::CreateImplicit(Context, VtorDispStack.CurrentValue)); in AddMsStructLayoutForRecord() 205 if (Action & PSK_Pop && VtorDispStack.Stack.empty()) in ActOnPragmaMSVtorDisp() 208 VtorDispStack.Act(PragmaLoc, Action, StringRef(), Mode); in ActOnPragmaMSVtorDisp()
|
D | Sema.cpp | 86 VtorDispStack(MSVtorDispAttr::Mode(LangOpts.VtorDispMode)), in Sema()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaAttr.cpp | 32 S.VtorDispStack.SentinelAction(PSK_Push, SlotLabel); in PragmaStackSentinelRAII() 42 S.VtorDispStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII() 83 if (VtorDispStack.CurrentValue != getLangOpts().getVtorDispMode()) in AddMsStructLayoutForRecord() 85 Context, unsigned(VtorDispStack.CurrentValue))); in AddMsStructLayoutForRecord() 478 if (Action & PSK_Pop && VtorDispStack.Stack.empty()) in ActOnPragmaMSVtorDisp() 481 VtorDispStack.Act(PragmaLoc, Action, StringRef(), Mode); in ActOnPragmaMSVtorDisp()
|
D | Sema.cpp | 160 VtorDispStack(LangOpts.getVtorDispMode()), PackStack(0), in Sema()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 399 PragmaStack<MSVtorDispAttr::Mode> VtorDispStack; variable
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 567 PragmaStack<MSVtorDispMode> VtorDispStack; variable
|