reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4508 Record.push_back(SemaRef.PackStack.CurrentValue); 4509 AddSourceLocation(SemaRef.PackStack.CurrentPragmaLocation, Record); 4510 Record.push_back(SemaRef.PackStack.Stack.size()); 4512 Record.push_back(StackEntry.Value); 4513 AddSourceLocation(StackEntry.PragmaLocation, Record); 4514 AddSourceLocation(StackEntry.PragmaPushLocation, Record); 4515 AddString(StackEntry.StackSlotLabel, Record); 4517 Stream.EmitRecord(PACK_PRAGMA_OPTIONS, Record);