Searched refs:InferredModuleAllowedBy (Results 1 – 2 of 2) sorted by relevance
259 llvm::DenseMap<const Module *, FileID> InferredModuleAllowedBy; variable
1415 assert(InferredModuleAllowedBy.count(M) && "missing inferred module map"); in getModuleMapFileIDForUniquing()1416 return InferredModuleAllowedBy.find(M)->second; in getModuleMapFileIDForUniquing()1428 InferredModuleAllowedBy[M] = ModMapFID; in setInferredModuleAllowedBy()