Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Imported

395   // imported until after this module finishes validation.
1296 /// \brief Find the location where the module F is imported.
1301 // Otherwise we have a PCH. It's considered to be "imported" at the first
1951 // Use the location at which the containing module file was first imported
1975 // We imported a #undef that didn't remove all prior definitions. The most
1977 // imported directive.
1980 MD = PP.AllocateDefMacroDirective(NewMI, ImportLoc, /*Imported*/true);
2339 // Load each of the imported PCH files.
3211 // all of the imported modules visible.
3396 // FIXME: Need note where the other module was imported.
3884 // Re-export any modules that were imported by a non-module AST file.
3888 if (Module *Imported = getSubmodule(Import.ID))
3889 makeModuleVisible(Imported, Module::AllVisible,