Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDModuleMap.h172 llvm::DenseMap<const Module *, const FileEntry *> InferredModuleAllowedBy; variable
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDModuleMap.cpp388 InferredModuleAllowedBy[Result] = UmbrellaModuleMap; in findModuleForHeader()
406 InferredModuleAllowedBy[Result] = UmbrellaModuleMap; in findModuleForHeader()
681 InferredModuleAllowedBy[Result] = ModuleMapFile; in inferFrameworkModule()
820 assert(InferredModuleAllowedBy.count(M) && "missing inferred module map"); in getModuleMapFileForUniquing()
821 return InferredModuleAllowedBy.find(M)->second; in getModuleMapFileForUniquing()
828 InferredModuleAllowedBy[M] = ModMap; in setInferredModuleAllowedBy()