Lines Matching defs:StackEntry
4609 for (const auto &StackEntry : SemaRef.AlignPackStack.Stack) {
4610 AddAlignPackInfo(StackEntry.Value, Record);
4611 AddSourceLocation(StackEntry.PragmaLocation, Record);
4612 AddSourceLocation(StackEntry.PragmaPushLocation, Record);
4613 AddString(StackEntry.StackSlotLabel, Record);
4629 for (const auto &StackEntry : SemaRef.FpPragmaStack.Stack) {
4630 Record.push_back(StackEntry.Value.getAsOpaqueInt());
4631 AddSourceLocation(StackEntry.PragmaLocation, Record);
4632 AddSourceLocation(StackEntry.PragmaPushLocation, Record);
4633 AddString(StackEntry.StackSlotLabel, Record);