Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp628 InferredModuleAllowedBy[Result] = UmbrellaModuleMap; in findOrCreateModuleForHeaderInUmbrellaDir()
646 InferredModuleAllowedBy[Result] = UmbrellaModuleMap; in findOrCreateModuleForHeaderInUmbrellaDir()
1027 InferredModuleAllowedBy[Result] = ModuleMapFile; in inferFrameworkModule()
1263 assert(InferredModuleAllowedBy.count(M) && "missing inferred module map"); in getModuleMapFileForUniquing()
1264 return InferredModuleAllowedBy.find(M)->second; in getModuleMapFileForUniquing()
1271 InferredModuleAllowedBy[M] = ModMap; in setInferredModuleAllowedBy()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DModuleMap.h274 llvm::DenseMap<const Module *, const FileEntry *> InferredModuleAllowedBy; variable