Searched refs:ModuleMapPath (Results 1 – 6 of 6) sorted by relevance
656 StringRef ModuleMapPath);773 StringRef ModuleMapPath,
164 std::string ModuleMapPath; variable
127 virtual void ReadModuleMapFile(StringRef ModuleMapPath) {} in ReadModuleMapFile() argument264 void ReadModuleMapFile(StringRef ModuleMapPath) override;
241 StringRef ModuleMapPath = ModuleMap->getName(); in getPrebuiltImplicitModuleFileName() local248 getCachedModuleFileNameImpl(ModuleName, ModuleMapPath, CachePath); in getPrebuiltImplicitModuleFileName()256 StringRef ModuleMapPath) { in getCachedModuleFileName() argument257 return getCachedModuleFileNameImpl(ModuleName, ModuleMapPath, in getCachedModuleFileName()262 StringRef ModuleMapPath, in getCachedModuleFileNameImpl() argument282 SmallString<128> CanonicalPath(ModuleMapPath); in getCachedModuleFileNameImpl()
621 void ReadModuleMapFile(StringRef ModuleMapPath) override { in ReadModuleMapFile() argument622 Out.indent(2) << "Module map file: " << ModuleMapPath << "\n"; in ReadModuleMapFile()
169 void ChainedASTReaderListener::ReadModuleMapFile(StringRef ModuleMapPath) { in ReadModuleMapFile() argument170 First->ReadModuleMapFile(ModuleMapPath); in ReadModuleMapFile()171 Second->ReadModuleMapFile(ModuleMapPath); in ReadModuleMapFile()4136 F.ModuleMapPath = ReadPath(F, Record, Idx); in ReadModuleMapFileBlock()4166 << (ImportedBy ? ImportedBy->FileName : "") << F.ModuleMapPath in ReadModuleMapFileBlock()4173 << llvm::sys::path::parent_path(F.ModuleMapPath); in ReadModuleMapFileBlock()4182 auto StoredModMap = FileMgr.getFile(F.ModuleMapPath); in ReadModuleMapFileBlock()4191 << ModMap->getName() << F.ModuleMapPath << NotImported; in ReadModuleMapFileBlock()4234 Listener->ReadModuleMapFile(F.ModuleMapPath); in ReadModuleMapFileBlock()5823 CurrentModule->PresumedModuleMapFile = F.ModuleMapPath; in ReadSubmoduleBlock()