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