Searched refs:ModuleMapPath (Results 1 – 6 of 6) sorted by relevance
171 StringRef ModuleMapPath = ModuleMap->getName(); in getPrebuiltImplicitModuleFileName() local178 getCachedModuleFileNameImpl(ModuleName, ModuleMapPath, CachePath); in getPrebuiltImplicitModuleFileName()186 StringRef ModuleMapPath) { in getCachedModuleFileName() argument187 return getCachedModuleFileNameImpl(ModuleName, ModuleMapPath, in getCachedModuleFileName()192 StringRef ModuleMapPath, in getCachedModuleFileNameImpl() argument213 std::string(llvm::sys::path::parent_path(ModuleMapPath)); in getCachedModuleFileNameImpl()220 auto FileName = llvm::sys::path::filename(ModuleMapPath); in getCachedModuleFileNameImpl()
544 StringRef ModuleMapPath);648 StringRef ModuleMapPath,
154 std::string ModuleMapPath; variable
127 virtual void ReadModuleMapFile(StringRef ModuleMapPath) {} in ReadModuleMapFile() argument246 void ReadModuleMapFile(StringRef ModuleMapPath) override;
536 void ReadModuleMapFile(StringRef ModuleMapPath) override { in ReadModuleMapFile() argument537 Out.indent(2) << "Module map file: " << ModuleMapPath << "\n"; in ReadModuleMapFile()
161 void ChainedASTReaderListener::ReadModuleMapFile(StringRef ModuleMapPath) { in ReadModuleMapFile() argument162 First->ReadModuleMapFile(ModuleMapPath); in ReadModuleMapFile()163 Second->ReadModuleMapFile(ModuleMapPath); in ReadModuleMapFile()3911 F.ModuleMapPath = ReadPath(F, Record, Idx); in ReadModuleMapFileBlock()3938 << (ImportedBy ? ImportedBy->FileName : "") << F.ModuleMapPath in ReadModuleMapFileBlock()3945 << llvm::sys::path::parent_path(F.ModuleMapPath); in ReadModuleMapFileBlock()3954 auto StoredModMap = FileMgr.getFile(F.ModuleMapPath); in ReadModuleMapFileBlock()3963 << ModMap->getName() << F.ModuleMapPath << NotImported; in ReadModuleMapFileBlock()4006 Listener->ReadModuleMapFile(F.ModuleMapPath); in ReadModuleMapFileBlock()5554 CurrentModule->PresumedModuleMapFile = F.ModuleMapPath; in ReadSubmoduleBlock()