Home
last modified time | relevance | path

Searched refs:getModuleMapFileForUniquing (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp187 .getModuleMapFileForUniquing(M); in handleTopLevelModule()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DModuleMap.h602 const FileEntry *getModuleMapFileForUniquing(const Module *M) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp614 getModuleMapFileForUniquing(UmbrellaModule); in findOrCreateModuleForHeaderInUmbrellaDir()
1010 ModuleMapFile = getModuleMapFileForUniquing(Parent); in inferFrameworkModule()
1261 const FileEntry *ModuleMap::getModuleMapFileForUniquing(const Module *M) const { in getModuleMapFileForUniquing() function in ModuleMap
1923 assert(ModuleMapFile != Map.getModuleMapFileForUniquing(TopLevelModule) && in parseModuleDecl()
H A DHeaderSearch.cpp141 getModuleMap().getModuleMapFileForUniquing(Module); in getCachedModuleFileName()
169 getModuleMap().getModuleMapFileForUniquing(Module); in getPrebuiltImplicitModuleFileName()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp1211 ModMap.getModuleMapFileForUniquing(Module)->getName(), in compileModule()
1229 ModMap.getModuleMapFileForUniquing(Module)->getName(), in compileModule()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp1186 ? Map.getModuleMapFileForUniquing(WritingModule)->getName() in WriteControlBlock()
H A DASTReader.cpp3924 const FileEntry *ModMap = M ? Map.getModuleMapFileForUniquing(M) : nullptr; in ReadModuleMapFileBlock()