reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Serialization/ASTReader.cpp
 3762         Entry.Value = Record[Idx++];
 3763         Entry.Location = ReadSourceLocation(F, Record[Idx++]);
 3764         Entry.PushLocation = ReadSourceLocation(F, Record[Idx++]);
 3766         Entry.SlotLabel = PragmaPackStrings.back();
 3767         PragmaPackStack.push_back(Entry);