Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DModuleMap.h210 llvm::DenseMap<const Module *, const FileEntry *> InferredModuleAllowedBy; variable
/external/clang/lib/Lex/
DModuleMap.cpp383 InferredModuleAllowedBy[Result] = UmbrellaModuleMap; in findOrCreateModuleForHeaderInUmbrellaDir()
401 InferredModuleAllowedBy[Result] = UmbrellaModuleMap; in findOrCreateModuleForHeaderInUmbrellaDir()
682 InferredModuleAllowedBy[Result] = ModuleMapFile; in inferFrameworkModule()
842 assert(InferredModuleAllowedBy.count(M) && "missing inferred module map"); in getModuleMapFileForUniquing()
843 return InferredModuleAllowedBy.find(M)->second; in getModuleMapFileForUniquing()
850 InferredModuleAllowedBy[M] = ModMap; in setInferredModuleAllowedBy()
/external/llvm-project/clang/lib/Lex/
DModuleMap.cpp627 InferredModuleAllowedBy[Result] = UmbrellaModuleMap; in findOrCreateModuleForHeaderInUmbrellaDir()
645 InferredModuleAllowedBy[Result] = UmbrellaModuleMap; in findOrCreateModuleForHeaderInUmbrellaDir()
1026 InferredModuleAllowedBy[Result] = ModuleMapFile; in inferFrameworkModule()
1254 assert(InferredModuleAllowedBy.count(M) && "missing inferred module map"); in getModuleMapFileForUniquing()
1255 return InferredModuleAllowedBy.find(M)->second; in getModuleMapFileForUniquing()
1262 InferredModuleAllowedBy[M] = ModMap; in setInferredModuleAllowedBy()
/external/llvm-project/clang/include/clang/Lex/
DModuleMap.h274 llvm::DenseMap<const Module *, const FileEntry *> InferredModuleAllowedBy; variable