Searched refs:InferredModuleAllowedBy (Results 1 – 2 of 2) sorted by relevance
666 InferredModuleAllowedBy[Result] = UmbrellaModuleMap; in findOrCreateModuleForHeaderInUmbrellaDir()684 InferredModuleAllowedBy[Result] = UmbrellaModuleMap; in findOrCreateModuleForHeaderInUmbrellaDir()1089 InferredModuleAllowedBy[Result] = ModuleMapFile; in inferFrameworkModule()1322 assert(InferredModuleAllowedBy.count(M) && "missing inferred module map"); in getModuleMapFileForUniquing()1323 return InferredModuleAllowedBy.find(M)->second; in getModuleMapFileForUniquing()1331 InferredModuleAllowedBy[M] = ModMap; in setInferredModuleAllowedBy()
283 llvm::DenseMap<const Module *, OptionalFileEntryRef> InferredModuleAllowedBy; variable