Home
last modified time | relevance | path

Searched refs:InferredModuleAllowedBy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp665 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()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h282 llvm::DenseMap<const Module *, FileID> InferredModuleAllowedBy; variable