Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DModuleMap.h169 llvm::DenseMap<const Module *, const FileEntry *> InferredModuleAllowedBy; variable
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp385 InferredModuleAllowedBy[Result] = UmbrellaModuleMap; in findModuleForHeader()
403 InferredModuleAllowedBy[Result] = UmbrellaModuleMap; in findModuleForHeader()
682 InferredModuleAllowedBy[Result] = ModuleMapFile; in inferFrameworkModule()
819 assert(InferredModuleAllowedBy.count(M) && "missing inferred module map"); in getModuleMapFileForUniquing()
820 return InferredModuleAllowedBy.find(M)->second; in getModuleMapFileForUniquing()
827 InferredModuleAllowedBy[M] = ModMap; in setInferredModuleAllowedBy()