Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp666 InferredModuleAllowedBy[Result] = UmbrellaModuleMap; in findOrCreateModuleForHeaderInUmbrellaDir()
684 InferredModuleAllowedBy[Result] = UmbrellaModuleMap; in findOrCreateModuleForHeaderInUmbrellaDir()
1089 InferredModuleAllowedBy[Result] = ModuleMapFile; in inferFrameworkModule()
1322 assert(InferredModuleAllowedBy.count(M) && "missing inferred module map"); in getModuleMapFileForUniquing()
1323 return InferredModuleAllowedBy.find(M)->second; in getModuleMapFileForUniquing()
1331 InferredModuleAllowedBy[M] = ModMap; in setInferredModuleAllowedBy()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h283 llvm::DenseMap<const Module *, OptionalFileEntryRef> InferredModuleAllowedBy; variable