Searched refs:ModuleMapPath (Results 1 – 6 of 6) sorted by relevance
146 std::string ModuleMapPath; variable
112 virtual void ReadModuleMapFile(StringRef ModuleMapPath) {} in ReadModuleMapFile() argument210 void ReadModuleMapFile(StringRef ModuleMapPath) override;
121 StringRef ModuleMapPath) { in getModuleFileName() argument137 SmallString<256> AbsModuleMapPath(ModuleMapPath); in getModuleFileName()1145 static const FileEntry *getPrivateModuleMap(StringRef ModuleMapPath, in getPrivateModuleMap() argument1148 StringRef Filename = llvm::sys::path::filename(ModuleMapPath); in getPrivateModuleMap()
424 void ReadModuleMapFile(StringRef ModuleMapPath) override { in ReadModuleMapFile() argument425 Out.indent(2) << "Module map file: " << ModuleMapPath << "\n"; in ReadModuleMapFile()
501 std::string getModuleFileName(StringRef ModuleName, StringRef ModuleMapPath);
79 void ChainedASTReaderListener::ReadModuleMapFile(StringRef ModuleMapPath) { in ReadModuleMapFile() argument80 First->ReadModuleMapFile(ModuleMapPath); in ReadModuleMapFile()81 Second->ReadModuleMapFile(ModuleMapPath); in ReadModuleMapFile()2450 F.ModuleMapPath = Blob; in ReadControlBlock()2469 const FileEntry *StoredModMap = FileMgr.getFile(F.ModuleMapPath); in ReadControlBlock()2477 << M->ModuleMap->getName() << F.ModuleMapPath; in ReadControlBlock()2483 Listener->ReadModuleMapFile(F.ModuleMapPath); in ReadControlBlock()4257 if (!F.ModuleMapPath.empty()) in ReadSubmoduleBlock()4258 ModuleMap = FileMgr.getFile(F.ModuleMapPath); in ReadSubmoduleBlock()