Home
last modified time | relevance | path

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

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