Searched refs:InferredModuleAllowedBy (Results 1 – 2 of 2) sorted by relevance
665 InferredModuleAllowedBy[Result] = UmbrellaModuleMap; in findOrCreateModuleForHeaderInUmbrellaDir()683 InferredModuleAllowedBy[Result] = UmbrellaModuleMap; in findOrCreateModuleForHeaderInUmbrellaDir()1088 InferredModuleAllowedBy[Result] = ModuleMapFID; in inferFrameworkModule()1323 assert(InferredModuleAllowedBy.count(M) && "missing inferred module map"); in getModuleMapFileIDForUniquing()1324 return InferredModuleAllowedBy.find(M)->second; in getModuleMapFileIDForUniquing()1336 InferredModuleAllowedBy[M] = ModMapFID; in setInferredModuleAllowedBy()
282 llvm::DenseMap<const Module *, FileID> InferredModuleAllowedBy; variable