Searched refs:ModuleMapPath (Results 1 – 6 of 6) sorted by relevance
653 StringRef ModuleMapPath);771 StringRef ModuleMapPath,
170 std::string ModuleMapPath; variable
129 virtual void ReadModuleMapFile(StringRef ModuleMapPath) {} in ReadModuleMapFile() argument280 void ReadModuleMapFile(StringRef ModuleMapPath) override;
245 StringRef ModuleMapPath = ModuleMap->getName(); in getPrebuiltImplicitModuleFileName() local252 getCachedModuleFileNameImpl(ModuleName, ModuleMapPath, CachePath); in getPrebuiltImplicitModuleFileName()260 StringRef ModuleMapPath) { in getCachedModuleFileName() argument261 return getCachedModuleFileNameImpl(ModuleName, ModuleMapPath, in getCachedModuleFileName()266 StringRef ModuleMapPath, in getCachedModuleFileNameImpl() argument285 SmallString<128> CanonicalPath(ModuleMapPath); in getCachedModuleFileNameImpl()
639 void ReadModuleMapFile(StringRef ModuleMapPath) override { in ReadModuleMapFile() argument640 Out.indent(2) << "Module map file: " << ModuleMapPath << "\n"; in ReadModuleMapFile()
164 void ChainedASTReaderListener::ReadModuleMapFile(StringRef ModuleMapPath) { in ReadModuleMapFile() argument165 First->ReadModuleMapFile(ModuleMapPath); in ReadModuleMapFile()166 Second->ReadModuleMapFile(ModuleMapPath); in ReadModuleMapFile()4436 F.ModuleMapPath = ReadPath(F, Record, Idx); in ReadModuleMapFileBlock()4467 << (ImportedBy ? ImportedBy->FileName : "") << F.ModuleMapPath in ReadModuleMapFileBlock()4474 << llvm::sys::path::parent_path(F.ModuleMapPath); in ReadModuleMapFileBlock()4483 auto StoredModMap = FileMgr.getOptionalFileRef(F.ModuleMapPath); in ReadModuleMapFileBlock()4492 << ModMap->getName() << F.ModuleMapPath << NotImported; in ReadModuleMapFileBlock()4535 Listener->ReadModuleMapFile(F.ModuleMapPath); in ReadModuleMapFileBlock()6139 auto ModMapFile = FileMgr.getOptionalFileRef(F.ModuleMapPath); in ReadSubmoduleBlock()[all …]