Home
last modified time | relevance | path

Searched refs:SentinelAction (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Sema/
DSemaAttr.cpp33 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()
43 S.VtorDispStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII()
44 S.DataSegStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII()
45 S.BSSSegStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII()
46 S.ConstSegStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII()
47 S.CodeSegStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII()
/external/llvm-project/clang/lib/Sema/
DSemaAttr.cpp32 S.VtorDispStack.SentinelAction(PSK_Push, SlotLabel); in PragmaStackSentinelRAII()
33 S.DataSegStack.SentinelAction(PSK_Push, SlotLabel); in PragmaStackSentinelRAII()
34 S.BSSSegStack.SentinelAction(PSK_Push, SlotLabel); in PragmaStackSentinelRAII()
35 S.ConstSegStack.SentinelAction(PSK_Push, SlotLabel); in PragmaStackSentinelRAII()
36 S.CodeSegStack.SentinelAction(PSK_Push, SlotLabel); in PragmaStackSentinelRAII()
42 S.VtorDispStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII()
43 S.DataSegStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII()
44 S.BSSSegStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII()
45 S.ConstSegStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII()
46 S.CodeSegStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII()
/external/clang/include/clang/Sema/
DSema.h373 void SentinelAction(PragmaMsStackAction Action, StringRef Label) { in SentinelAction() function
/external/llvm-project/clang/include/clang/Sema/
DSema.h539 void SentinelAction(PragmaMsStackAction Action, StringRef Label) { in SentinelAction() function