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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp187 .getModuleMapFileForUniquing(M);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DModuleMap.h602 const FileEntry *getModuleMapFileForUniquing(const Module *M) const;
606 /// Get any module map files other than getModuleMapFileForUniquing(M)
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp614 getModuleMapFileForUniquing(UmbrellaModule);
1010 ModuleMapFile = getModuleMapFileForUniquing(Parent);
1261 const FileEntry *ModuleMap::getModuleMapFileForUniquing(const Module *M) const { function in class:ModuleMap
1923 assert(ModuleMapFile != Map.getModuleMapFileForUniquing(TopLevelModule) &&
H A DHeaderSearch.cpp141 getModuleMap().getModuleMapFileForUniquing(Module);
169 getModuleMap().getModuleMapFileForUniquing(Module);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp1211 ModMap.getModuleMapFileForUniquing(Module)->getName(),
1229 ModMap.getModuleMapFileForUniquing(Module)->getName(),
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp1186 ? Map.getModuleMapFileForUniquing(WritingModule)->getName()
H A DASTReader.cpp3924 const FileEntry *ModMap = M ? Map.getModuleMapFileForUniquing(M) : nullptr;

Completed in 191 milliseconds