Searched refs:InferredModuleAllowedBy (Results 1 – 2 of 2) sorted by relevance
270 llvm::DenseMap<const Module *, const FileEntry *> InferredModuleAllowedBy; variable
618 InferredModuleAllowedBy[Result] = UmbrellaModuleMap; in findOrCreateModuleForHeaderInUmbrellaDir()636 InferredModuleAllowedBy[Result] = UmbrellaModuleMap; in findOrCreateModuleForHeaderInUmbrellaDir()991 InferredModuleAllowedBy[Result] = ModuleMapFile; in inferFrameworkModule()1216 assert(InferredModuleAllowedBy.count(M) && "missing inferred module map"); in getModuleMapFileForUniquing()1217 return InferredModuleAllowedBy.find(M)->second; in getModuleMapFileForUniquing()1224 InferredModuleAllowedBy[M] = ModMap; in setInferredModuleAllowedBy()