Searched refs:ModuleMapPath (Results 1 – 6 of 6) sorted by relevance
151 std::string ModuleMapPath; variable
125 virtual void ReadModuleMapFile(StringRef ModuleMapPath) {} in ReadModuleMapFile() argument244 void ReadModuleMapFile(StringRef ModuleMapPath) override;
519 StringRef ModuleMapPath);
526 void ReadModuleMapFile(StringRef ModuleMapPath) override { in ReadModuleMapFile() argument527 Out.indent(2) << "Module map file: " << ModuleMapPath << "\n"; in ReadModuleMapFile()
168 StringRef ModuleMapPath) { in getCachedModuleFileName() argument187 std::string Parent = llvm::sys::path::parent_path(ModuleMapPath); in getCachedModuleFileName()194 auto FileName = llvm::sys::path::filename(ModuleMapPath); in getCachedModuleFileName()
158 void ChainedASTReaderListener::ReadModuleMapFile(StringRef ModuleMapPath) { in ReadModuleMapFile() argument159 First->ReadModuleMapFile(ModuleMapPath); in ReadModuleMapFile()160 Second->ReadModuleMapFile(ModuleMapPath); in ReadModuleMapFile()3871 F.ModuleMapPath = ReadPath(F, Record, Idx); in ReadModuleMapFileBlock()3896 << (ImportedBy ? ImportedBy->FileName : "") << F.ModuleMapPath in ReadModuleMapFileBlock()3903 << llvm::sys::path::parent_path(F.ModuleMapPath); in ReadModuleMapFileBlock()3912 auto StoredModMap = FileMgr.getFile(F.ModuleMapPath); in ReadModuleMapFileBlock()3921 << ModMap->getName() << F.ModuleMapPath << NotImported; in ReadModuleMapFileBlock()3964 Listener->ReadModuleMapFile(F.ModuleMapPath); in ReadModuleMapFileBlock()5503 CurrentModule->PresumedModuleMapFile = F.ModuleMapPath; in ReadSubmoduleBlock()