Searched refs:ModuleMapPath (Results 1 – 6 of 6) sorted by relevance
618 StringRef ModuleMapPath);730 StringRef ModuleMapPath,
218 StringRef ModuleMapPath = ModuleMap->getName(); in getPrebuiltImplicitModuleFileName() local225 getCachedModuleFileNameImpl(ModuleName, ModuleMapPath, CachePath); in getPrebuiltImplicitModuleFileName()233 StringRef ModuleMapPath) { in getCachedModuleFileName() argument234 return getCachedModuleFileNameImpl(ModuleName, ModuleMapPath, in getCachedModuleFileName()239 StringRef ModuleMapPath, in getCachedModuleFileNameImpl() argument259 SmallString<128> CanonicalPath(ModuleMapPath); in getCachedModuleFileNameImpl()
162 std::string ModuleMapPath; variable
126 virtual void ReadModuleMapFile(StringRef ModuleMapPath) {} in ReadModuleMapFile() argument263 void ReadModuleMapFile(StringRef ModuleMapPath) override;
577 void ReadModuleMapFile(StringRef ModuleMapPath) override { in ReadModuleMapFile() argument578 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()3953 F.ModuleMapPath = ReadPath(F, Record, Idx); in ReadModuleMapFileBlock()3982 << (ImportedBy ? ImportedBy->FileName : "") << F.ModuleMapPath in ReadModuleMapFileBlock()3989 << llvm::sys::path::parent_path(F.ModuleMapPath); in ReadModuleMapFileBlock()3998 auto StoredModMap = FileMgr.getFile(F.ModuleMapPath); in ReadModuleMapFileBlock()4007 << ModMap->getName() << F.ModuleMapPath << NotImported; in ReadModuleMapFileBlock()4050 Listener->ReadModuleMapFile(F.ModuleMapPath); in ReadModuleMapFileBlock()5621 CurrentModule->PresumedModuleMapFile = F.ModuleMapPath; in ReadSubmoduleBlock()