Home
last modified time | relevance | path

Searched refs:SlotLabel (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAttr.cpp28 StringRef SlotLabel, in PragmaStackSentinelRAII() argument
30 : S(S), SlotLabel(SlotLabel), ShouldAct(ShouldAct) { in PragmaStackSentinelRAII()
32 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()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParsePragma.cpp577 StringRef SlotLabel; member
595 Actions.ActOnPragmaPack(PragmaLoc, Info->Action, Info->SlotLabel, in HandlePragmaPack()
948 StringRef SlotLabel; in HandlePragmaMSSegment() local
967 SlotLabel = Tok.getIdentifierInfo()->getName(); in HandlePragmaMSSegment()
987 unsigned DiagID = Action != Sema::PSK_Reset ? !SlotLabel.empty() ? in HandlePragmaMSSegment()
1018 Actions.ActOnPragmaMSSeg(PragmaLocation, Action, SlotLabel, in HandlePragmaMSSegment()
1804 StringRef SlotLabel; in HandlePragma() local
1844 SlotLabel = Tok.getIdentifierInfo()->getName(); in HandlePragma()
1890 Info->SlotLabel = SlotLabel; in HandlePragma()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h872 StringRef SlotLabel; member
884 StringRef SlotLabel; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp3782 Entry.SlotLabel = PragmaAlignPackStrings.back(); in ReadASTBlock()
3805 Entry.SlotLabel = FpPragmaStrings.back(); in ReadASTBlock()
7920 PragmaAlignPackStack.front().SlotLabel, in UpdateSema()
7929 Entry.SlotLabel, Entry.Value, Entry.Location, Entry.PushLocation); in UpdateSema()
7952 FpPragmaStack.front().SlotLabel, SemaObj->FpPragmaStack.CurrentValue, in UpdateSema()
7960 Entry.SlotLabel, Entry.Value, Entry.Location, Entry.PushLocation); in UpdateSema()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h709 PragmaStackSentinelRAII(Sema &S, StringRef SlotLabel, bool ShouldAct);
714 StringRef SlotLabel; variable
9873 StringRef SlotLabel, Expr *Alignment);