Lines Matching defs:Imported
77 /// the \param Imported module unit is in the same module with the \param
84 isImportingModuleUnitFromSameModule(ASTContext &Ctx, Module *Imported,
87 if (!Imported->isNamedModule())
92 if (Imported->isModulePartition())
98 return Imported == FoundPrimaryModuleInterface;
112 if (Ctx.isInSameModule(Imported, CurrentModule)) {
114 FoundPrimaryModuleInterface == Imported);
115 FoundPrimaryModuleInterface = Imported;
130 Module *Imported, Module *CurrentModule,
133 assert(Imported->isNamedModule() &&
138 Worklist.push_back(Imported);
141 IsImportingPrimaryModuleInterface ? Imported : nullptr;