Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DModuleMap.h585 const FileEntry *getModuleMapFileForUniquing(const Module *M) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DModuleMap.cpp604 getModuleMapFileForUniquing(UmbrellaModule); in findOrCreateModuleForHeaderInUmbrellaDir()
974 ModuleMapFile = getModuleMapFileForUniquing(Parent); in inferFrameworkModule()
1214 const FileEntry *ModuleMap::getModuleMapFileForUniquing(const Module *M) const { in getModuleMapFileForUniquing() function in ModuleMap
1872 assert(ModuleMapFile != Map.getModuleMapFileForUniquing(TopLevelModule) && in parseModuleDecl()
H A DHeaderSearch.cpp130 getModuleMap().getModuleMapFileForUniquing(Module); in getCachedModuleFileName()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp1196 ModMap.getModuleMapFileForUniquing(Module)->getName(), in compileModuleImpl()
1214 ModMap.getModuleMapFileForUniquing(Module)->getName(), in compileModuleImpl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp1528 ? Map.getModuleMapFileForUniquing(WritingModule)->getName() in WriteControlBlock()
H A DASTReader.cpp3606 const FileEntry *ModMap = M ? Map.getModuleMapFileForUniquing(M) : nullptr; in ReadModuleMapFileBlock()