Home | History | Annotate | Download | only in Serialization

Lines Matching refs:IMPORTS

776   RECORD(IMPORTS);
1023 // Imports
1042 Stream.EmitRecord(IMPORTS, Record);
2117 ImportedFrom->Imports.push_back(I->getImportedModule());
2252 // Emit the imports.
2253 if (!Mod->Imports.empty()) {
2255 for (unsigned I = 0, N = Mod->Imports.size(); I != N; ++I) {
2256 unsigned ImportedID = getSubmoduleID(Mod->Imports[I]);