Home
last modified time | relevance | path

Searched refs:ModuleMapPath (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DHeaderSearch.cpp171 StringRef ModuleMapPath = ModuleMap->getName(); in getPrebuiltImplicitModuleFileName() local
178 getCachedModuleFileNameImpl(ModuleName, ModuleMapPath, CachePath); in getPrebuiltImplicitModuleFileName()
186 StringRef ModuleMapPath) { in getCachedModuleFileName() argument
187 return getCachedModuleFileNameImpl(ModuleName, ModuleMapPath, in getCachedModuleFileName()
192 StringRef ModuleMapPath, in getCachedModuleFileNameImpl() argument
213 std::string(llvm::sys::path::parent_path(ModuleMapPath)); in getCachedModuleFileNameImpl()
220 auto FileName = llvm::sys::path::filename(ModuleMapPath); in getCachedModuleFileNameImpl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DHeaderSearch.h544 StringRef ModuleMapPath);
648 StringRef ModuleMapPath,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DModuleFile.h154 std::string ModuleMapPath; variable
H A DASTReader.h127 virtual void ReadModuleMapFile(StringRef ModuleMapPath) {} in ReadModuleMapFile() argument
246 void ReadModuleMapFile(StringRef ModuleMapPath) override;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendActions.cpp536 void ReadModuleMapFile(StringRef ModuleMapPath) override { in ReadModuleMapFile() argument
537 Out.indent(2) << "Module map file: " << ModuleMapPath << "\n"; in ReadModuleMapFile()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp161 void ChainedASTReaderListener::ReadModuleMapFile(StringRef ModuleMapPath) { in ReadModuleMapFile() argument
162 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()