Searched refs:ModuleMapPath (Results 1 – 6 of 6) sorted by relevance
217 StringRef ModuleMapPath = ModuleMap->getName(); in getPrebuiltImplicitModuleFileName() local224 getCachedModuleFileNameImpl(ModuleName, ModuleMapPath, CachePath); in getPrebuiltImplicitModuleFileName()232 StringRef ModuleMapPath) { in getCachedModuleFileName() argument233 return getCachedModuleFileNameImpl(ModuleName, ModuleMapPath, in getCachedModuleFileName()238 StringRef ModuleMapPath, in getCachedModuleFileNameImpl() argument258 SmallString<128> CanonicalPath(ModuleMapPath); in getCachedModuleFileNameImpl()
628 StringRef ModuleMapPath);745 StringRef ModuleMapPath,
164 std::string ModuleMapPath; variable
127 virtual void ReadModuleMapFile(StringRef ModuleMapPath) {} in ReadModuleMapFile() argument264 void ReadModuleMapFile(StringRef ModuleMapPath) override;
591 void ReadModuleMapFile(StringRef ModuleMapPath) override { in ReadModuleMapFile() argument592 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()4127 F.ModuleMapPath = ReadPath(F, Record, Idx); in ReadModuleMapFileBlock()4157 << (ImportedBy ? ImportedBy->FileName : "") << F.ModuleMapPath in ReadModuleMapFileBlock()4164 << llvm::sys::path::parent_path(F.ModuleMapPath); in ReadModuleMapFileBlock()4173 auto StoredModMap = FileMgr.getFile(F.ModuleMapPath); in ReadModuleMapFileBlock()4182 << ModMap->getName() << F.ModuleMapPath << NotImported; in ReadModuleMapFileBlock()4225 Listener->ReadModuleMapFile(F.ModuleMapPath); in ReadModuleMapFileBlock()5817 CurrentModule->PresumedModuleMapFile = F.ModuleMapPath; in ReadSubmoduleBlock()