Searched refs:SentinelAction (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAttr.cpp | 33 S.VtorDispStack.SentinelAction(PSK_Push, SlotLabel); in PragmaStackSentinelRAII() 34 S.DataSegStack.SentinelAction(PSK_Push, SlotLabel); in PragmaStackSentinelRAII() 35 S.BSSSegStack.SentinelAction(PSK_Push, SlotLabel); in PragmaStackSentinelRAII() 36 S.ConstSegStack.SentinelAction(PSK_Push, SlotLabel); in PragmaStackSentinelRAII() 37 S.CodeSegStack.SentinelAction(PSK_Push, SlotLabel); in PragmaStackSentinelRAII() 38 S.StrictGuardStackCheckStack.SentinelAction(PSK_Push, SlotLabel); in PragmaStackSentinelRAII() 44 S.VtorDispStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII() 45 S.DataSegStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII() 46 S.BSSSegStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII() 47 S.ConstSegStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 1683 void SentinelAction(PragmaMsStackAction Action, StringRef Label) { in SentinelAction() function
|