Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DModuleMap.cpp643 InferredModuleAllowedBy[Result] = UmbrellaModuleMap; in findOrCreateModuleForHeaderInUmbrellaDir()
661 InferredModuleAllowedBy[Result] = UmbrellaModuleMap; in findOrCreateModuleForHeaderInUmbrellaDir()
1038 InferredModuleAllowedBy[Result] = ModuleMapFile; in inferFrameworkModule()
1274 assert(InferredModuleAllowedBy.count(M) && "missing inferred module map"); in getModuleMapFileForUniquing()
1276 return InferredModuleAllowedBy.find(M)->second->getLastRef(); in getModuleMapFileForUniquing()
1283 InferredModuleAllowedBy[M] = ModMap; in setInferredModuleAllowedBy()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DModuleMap.h280 llvm::DenseMap<const Module *, const FileEntry *> InferredModuleAllowedBy; variable