Searched refs:InferredModuleAllowedBy (Results 1 – 2 of 2) sorted by relevance
197 llvm::DenseMap<const Module *, const FileEntry *> InferredModuleAllowedBy; variable
389 InferredModuleAllowedBy[Result] = UmbrellaModuleMap; in findOrCreateModuleForHeaderInUmbrellaDir()407 InferredModuleAllowedBy[Result] = UmbrellaModuleMap; in findOrCreateModuleForHeaderInUmbrellaDir()694 InferredModuleAllowedBy[Result] = ModuleMapFile; in inferFrameworkModule()845 assert(InferredModuleAllowedBy.count(M) && "missing inferred module map"); in getModuleMapFileForUniquing()846 return InferredModuleAllowedBy.find(M)->second; in getModuleMapFileForUniquing()853 InferredModuleAllowedBy[M] = ModMap; in setInferredModuleAllowedBy()