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

References

tools/clang/lib/Serialization/ASTWriter.cpp
 1567       if (!M.isDirectlyImported())
 1570       Record.push_back((unsigned)M.Kind); // FIXME: Stable encoding
 1571       AddSourceLocation(M.ImportLoc, Record);
 1575       Record.push_back(M.Signature ? 0 : M.File->getSize());
 1575       Record.push_back(M.Signature ? 0 : M.File->getSize());
 1576       Record.push_back(M.Signature ? 0 : getTimestampForOutput(M.File));
 1576       Record.push_back(M.Signature ? 0 : getTimestampForOutput(M.File));
 1578       for (auto I : M.Signature)
 1581       AddString(M.ModuleName, Record);
 1582       AddPath(M.FileName, Record);