Searched refs:ModuleMapPath (Results 1 – 6 of 6) sorted by relevance
143 std::string ModuleMapPath; variable
116 virtual void ReadModuleMapFile(StringRef ModuleMapPath) {} in ReadModuleMapFile() argument232 void ReadModuleMapFile(StringRef ModuleMapPath) override;
129 StringRef ModuleMapPath) { in getModuleFileName() argument149 FileMgr.getDirectory(llvm::sys::path::parent_path(ModuleMapPath)); in getModuleFileName()153 auto FileName = llvm::sys::path::filename(ModuleMapPath); in getModuleFileName()
469 void ReadModuleMapFile(StringRef ModuleMapPath) override { in ReadModuleMapFile() argument470 Out.indent(2) << "Module map file: " << ModuleMapPath << "\n"; in ReadModuleMapFile()
488 std::string getModuleFileName(StringRef ModuleName, StringRef ModuleMapPath);
81 void ChainedASTReaderListener::ReadModuleMapFile(StringRef ModuleMapPath) { in ReadModuleMapFile() argument82 First->ReadModuleMapFile(ModuleMapPath); in ReadModuleMapFile()83 Second->ReadModuleMapFile(ModuleMapPath); in ReadModuleMapFile()3218 F.ModuleMapPath = ReadPath(F, Record, Idx); in ReadModuleMapFileBlock()3250 << F.ModuleMapPath; in ReadModuleMapFileBlock()3258 const FileEntry *StoredModMap = FileMgr.getFile(F.ModuleMapPath); in ReadModuleMapFileBlock()3265 << ModMap->getName() << F.ModuleMapPath; in ReadModuleMapFileBlock()3309 Listener->ReadModuleMapFile(F.ModuleMapPath); in ReadModuleMapFileBlock()