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

/external/clang/include/clang/Lex/
H A DModuleMap.h210 llvm::DenseMap<const Module *, const FileEntry *> InferredModuleAllowedBy; member in class:clang::ModuleMap
/external/clang/lib/Lex/
H A DModuleMap.cpp383 InferredModuleAllowedBy[Result] = UmbrellaModuleMap;
401 InferredModuleAllowedBy[Result] = UmbrellaModuleMap;
682 InferredModuleAllowedBy[Result] = ModuleMapFile;
842 assert(InferredModuleAllowedBy.count(M) && "missing inferred module map");
843 return InferredModuleAllowedBy.find(M)->second;
850 InferredModuleAllowedBy[M] = ModMap;

Completed in 128 milliseconds