Searched refs:ModuleMapPath (Results 1 – 6 of 6) sorted by relevance
143 std::string ModuleMapPath; variable
117 virtual void ReadModuleMapFile(StringRef ModuleMapPath) {} in ReadModuleMapFile() argument233 void ReadModuleMapFile(StringRef ModuleMapPath) override;
471 void ReadModuleMapFile(StringRef ModuleMapPath) override { in ReadModuleMapFile() argument472 Out.indent(2) << "Module map file: " << ModuleMapPath << "\n"; in ReadModuleMapFile()
486 std::string getModuleFileName(StringRef ModuleName, StringRef ModuleMapPath);
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()
82 void ChainedASTReaderListener::ReadModuleMapFile(StringRef ModuleMapPath) { in ReadModuleMapFile() argument83 First->ReadModuleMapFile(ModuleMapPath); in ReadModuleMapFile()84 Second->ReadModuleMapFile(ModuleMapPath); in ReadModuleMapFile()3222 F.ModuleMapPath = ReadPath(F, Record, Idx); in ReadModuleMapFileBlock()3254 << F.ModuleMapPath; in ReadModuleMapFileBlock()3262 const FileEntry *StoredModMap = FileMgr.getFile(F.ModuleMapPath); in ReadModuleMapFileBlock()3269 << ModMap->getName() << F.ModuleMapPath; in ReadModuleMapFileBlock()3313 Listener->ReadModuleMapFile(F.ModuleMapPath); in ReadModuleMapFileBlock()