Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Imported

1211 /// \brief Find the location where the module F is imported.
1216 // Otherwise we have a PCH. It's considered to be "imported" at the first
1786 // Load each of the imported PCH files.
2394 // all of the imported modules visible.
2574 // Wildcard export: export all of the imported modules that match
2588 // If there were any wildcards, push any imported modules that were
2594 Module *Imported = Mod->Imports[I];
2595 if (Visited.count(Imported))
2603 if (Imported == Restriction || Imported->isSubModuleOf(Restriction)) {
2613 Visited.insert(Imported);
2614 Stack.push_back(Imported);
2950 // Re-export any modules that were imported by a non-module AST file.
2952 if (Module *Imported = getSubmodule(ImportedModules[I]))
2953 makeModuleVisible(Imported, Module::AllVisible);