Searched refs:SlotLabel (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAttr.cpp | 30 StringRef SlotLabel, in PragmaStackSentinelRAII() argument 32 : S(S), SlotLabel(SlotLabel), ShouldAct(ShouldAct) { in PragmaStackSentinelRAII() 34 S.VtorDispStack.SentinelAction(PSK_Push, SlotLabel); in PragmaStackSentinelRAII() 35 S.DataSegStack.SentinelAction(PSK_Push, SlotLabel); in PragmaStackSentinelRAII() 36 S.BSSSegStack.SentinelAction(PSK_Push, SlotLabel); in PragmaStackSentinelRAII() 37 S.ConstSegStack.SentinelAction(PSK_Push, SlotLabel); in PragmaStackSentinelRAII() 38 S.CodeSegStack.SentinelAction(PSK_Push, SlotLabel); in PragmaStackSentinelRAII() 39 S.StrictGuardStackCheckStack.SentinelAction(PSK_Push, SlotLabel); in PragmaStackSentinelRAII() 45 S.VtorDispStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII() 46 S.DataSegStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParsePragma.cpp | 729 Actions.ActOnPragmaPack(PragmaLoc, Info->Action, Info->SlotLabel, in HandlePragmaPack() 1144 StringRef SlotLabel; in HandlePragmaMSSegment() local 1163 SlotLabel = Tok.getIdentifierInfo()->getName(); in HandlePragmaMSSegment() 1183 unsigned DiagID = Action != Sema::PSK_Reset ? !SlotLabel.empty() ? in HandlePragmaMSSegment() 1214 Actions.ActOnPragmaMSSeg(PragmaLocation, Action, SlotLabel, in HandlePragmaMSSegment() 2127 StringRef SlotLabel; in HandlePragma() local 2192 SlotLabel = Tok.getIdentifierInfo()->getName(); in HandlePragma() 2238 Info->SlotLabel = SlotLabel; in HandlePragma()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 1015 StringRef SlotLabel; member 1027 StringRef SlotLabel; member
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 2027 auto SlotLabel = ReadString(Record, Idx); in ReadToken() local 2028 Info->SlotLabel = in ReadToken() 2029 llvm::StringRef(SlotLabel).copy(PP.getPreprocessorAllocator()); in ReadToken() 4330 Entry.SlotLabel = PragmaAlignPackStrings.back(); in ReadASTBlock() 4352 Entry.SlotLabel = FpPragmaStrings.back(); in ReadASTBlock() 8931 PragmaAlignPackStack.front().SlotLabel, in UpdateSema() 8940 Entry.SlotLabel, Entry.Value, Entry.Location, Entry.PushLocation); in UpdateSema() 8963 FpPragmaStack.front().SlotLabel, SemaObj->FpPragmaStack.CurrentValue, in UpdateSema() 8971 Entry.SlotLabel, Entry.Value, Entry.Location, Entry.PushLocation); in UpdateSema()
|
| H A D | ASTWriter.cpp | 5266 AddString(Info->SlotLabel, Record); in AddToken()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 1817 StringRef SlotLabel; member 2054 PragmaStackSentinelRAII(Sema &S, StringRef SlotLabel, bool ShouldAct); 2059 StringRef SlotLabel; variable 2164 StringRef SlotLabel, Expr *Alignment);
|