Lines Matching defs:StackEntry
5078 for (const auto &StackEntry : SemaRef.AlignPackStack.Stack) {
5079 AddAlignPackInfo(StackEntry.Value, Record);
5080 AddSourceLocation(StackEntry.PragmaLocation, Record);
5081 AddSourceLocation(StackEntry.PragmaPushLocation, Record);
5082 AddString(StackEntry.StackSlotLabel, Record);
5098 for (const auto &StackEntry : SemaRef.FpPragmaStack.Stack) {
5099 Record.push_back(StackEntry.Value.getAsOpaqueInt());
5100 AddSourceLocation(StackEntry.PragmaLocation, Record);
5101 AddSourceLocation(StackEntry.PragmaPushLocation, Record);
5102 AddString(StackEntry.StackSlotLabel, Record);