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

/external/clang/include/clang/Lex/
H A DModuleMap.h197 llvm::DenseMap<const Module *, const FileEntry *> InferredModuleAllowedBy; member in class:clang::ModuleMap
/external/clang/lib/Lex/
H A DModuleMap.cpp389 InferredModuleAllowedBy[Result] = UmbrellaModuleMap;
407 InferredModuleAllowedBy[Result] = UmbrellaModuleMap;
694 InferredModuleAllowedBy[Result] = ModuleMapFile;
845 assert(InferredModuleAllowedBy.count(M) && "missing inferred module map");
846 return InferredModuleAllowedBy.find(M)->second;
853 InferredModuleAllowedBy[M] = ModMap;

Completed in 154 milliseconds