Searched refs:InferredModuleAllowedBy (Results 1 – 2 of 2) sorted by relevance
643 InferredModuleAllowedBy[Result] = UmbrellaModuleMap; in findOrCreateModuleForHeaderInUmbrellaDir()661 InferredModuleAllowedBy[Result] = UmbrellaModuleMap; in findOrCreateModuleForHeaderInUmbrellaDir()1038 InferredModuleAllowedBy[Result] = ModuleMapFile; in inferFrameworkModule()1274 assert(InferredModuleAllowedBy.count(M) && "missing inferred module map"); in getModuleMapFileForUniquing()1276 return InferredModuleAllowedBy.find(M)->second->getLastRef(); in getModuleMapFileForUniquing()1283 InferredModuleAllowedBy[M] = ModMap; in setInferredModuleAllowedBy()
280 llvm::DenseMap<const Module *, const FileEntry *> InferredModuleAllowedBy; variable