Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp31 : S(S), SlotLabel(SlotLabel), ShouldAct(ShouldAct) { in PragmaStackSentinelRAII()
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()
37 S.CodeSegStack.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()
48 S.CodeSegStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII()
326 if (IsXLPragma && !SlotLabel.empty()) { in ActOnPragmaPack()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp737 Actions.ActOnPragmaPack(PragmaLoc, Info->Action, Info->SlotLabel, in HandlePragmaPack()
1147 StringRef SlotLabel; in HandlePragmaMSSegment() local
1166 SlotLabel = Tok.getIdentifierInfo()->getName(); in HandlePragmaMSSegment()
1186 unsigned DiagID = Action != Sema::PSK_Reset ? !SlotLabel.empty() ? in HandlePragmaMSSegment()
1217 Actions.ActOnPragmaMSSeg(PragmaLocation, Action, SlotLabel, in HandlePragmaMSSegment()
2131 StringRef SlotLabel; in HandlePragma() local
2171 SlotLabel = Tok.getIdentifierInfo()->getName(); in HandlePragma()
2217 Info->SlotLabel = SlotLabel; in HandlePragma()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h899 StringRef SlotLabel; member
911 StringRef SlotLabel; member
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1811 auto SlotLabel = ReadString(Record, Idx); in ReadToken() local
1812 Info->SlotLabel = in ReadToken()
1813 llvm::StringRef(SlotLabel).copy(PP.getPreprocessorAllocator()); in ReadToken()
3989 Entry.SlotLabel = PragmaAlignPackStrings.back(); in ReadASTBlock()
4011 Entry.SlotLabel = FpPragmaStrings.back(); in ReadASTBlock()
8254 PragmaAlignPackStack.front().SlotLabel, in UpdateSema()
8263 Entry.SlotLabel, Entry.Value, Entry.Location, Entry.PushLocation); in UpdateSema()
8286 FpPragmaStack.front().SlotLabel, SemaObj->FpPragmaStack.CurrentValue, in UpdateSema()
8294 Entry.SlotLabel, Entry.Value, Entry.Location, Entry.PushLocation); in UpdateSema()
H A DASTWriter.cpp4502 AddString(Info->SlotLabel, Record); in AddToken()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h488 StringRef SlotLabel; member
738 PragmaStackSentinelRAII(Sema &S, StringRef SlotLabel, bool ShouldAct);
743 StringRef SlotLabel; variable
10909 StringRef SlotLabel, Expr *Alignment);