Searched refs:SlotLabel (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaAttr.cpp | 30 : S(S), SlotLabel(SlotLabel), ShouldAct(ShouldAct) { in PragmaStackSentinelRAII() 33 S.DataSegStack.SentinelAction(PSK_Push, SlotLabel); in PragmaStackSentinelRAII() 34 S.BSSSegStack.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() 325 if (IsXLPragma && !SlotLabel.empty()) { in ActOnPragmaPack() [all …]
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParsePragma.cpp | 665 StringRef SlotLabel; member 683 Actions.ActOnPragmaPack(PragmaLoc, Info->Action, Info->SlotLabel, in HandlePragmaPack() 1041 StringRef SlotLabel; in HandlePragmaMSSegment() local 1060 SlotLabel = Tok.getIdentifierInfo()->getName(); in HandlePragmaMSSegment() 1080 unsigned DiagID = Action != Sema::PSK_Reset ? !SlotLabel.empty() ? in HandlePragmaMSSegment() 1111 Actions.ActOnPragmaMSSeg(PragmaLocation, Action, SlotLabel, in HandlePragmaMSSegment() 1976 StringRef SlotLabel; in HandlePragma() local 2016 SlotLabel = Tok.getIdentifierInfo()->getName(); in HandlePragma() 2062 Info->SlotLabel = SlotLabel; in HandlePragma()
|
| /llvm-project-15.0.7/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 873 StringRef SlotLabel; member 885 StringRef SlotLabel; member
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 3820 Entry.SlotLabel = PragmaAlignPackStrings.back(); in ReadASTBlock() 3842 Entry.SlotLabel = FpPragmaStrings.back(); in ReadASTBlock() 7994 PragmaAlignPackStack.front().SlotLabel, in UpdateSema() 8003 Entry.SlotLabel, Entry.Value, Entry.Location, Entry.PushLocation); in UpdateSema() 8026 FpPragmaStack.front().SlotLabel, SemaObj->FpPragmaStack.CurrentValue, in UpdateSema() 8034 Entry.SlotLabel, Entry.Value, Entry.Location, Entry.PushLocation); in UpdateSema()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 710 PragmaStackSentinelRAII(Sema &S, StringRef SlotLabel, bool ShouldAct); 715 StringRef SlotLabel; variable 10267 StringRef SlotLabel, Expr *Alignment);
|