Searched refs:ModuleMapPath (Results 1 – 6 of 6) sorted by relevance
152 std::string ModuleMapPath; variable
112 virtual void ReadModuleMapFile(StringRef ModuleMapPath) {} in ReadModuleMapFile() argument222 void ReadModuleMapFile(StringRef ModuleMapPath) override;
445 void ReadModuleMapFile(StringRef ModuleMapPath) override { in ReadModuleMapFile() argument446 Out.indent(2) << "Module map file: " << ModuleMapPath << "\n"; in ReadModuleMapFile()
122 StringRef ModuleMapPath) { in getModuleFileName() argument141 FileMgr.getDirectory(llvm::sys::path::parent_path(ModuleMapPath)); in getModuleFileName()145 auto FileName = llvm::sys::path::filename(ModuleMapPath); in getModuleFileName()
503 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()3357 F.ModuleMapPath = ReadPath(F, Record, Idx); in ReadModuleMapFileBlock()3383 << F.ModuleMapPath; in ReadModuleMapFileBlock()3390 const FileEntry *StoredModMap = FileMgr.getFile(F.ModuleMapPath); in ReadModuleMapFileBlock()3397 << ModMap->getName() << F.ModuleMapPath; in ReadModuleMapFileBlock()3441 Listener->ReadModuleMapFile(F.ModuleMapPath); in ReadModuleMapFileBlock()