Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h656 StringRef ModuleMapPath);
773 StringRef ModuleMapPath,
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleFile.h164 std::string ModuleMapPath; variable
H A DASTReader.h127 virtual void ReadModuleMapFile(StringRef ModuleMapPath) {} in ReadModuleMapFile() argument
264 void ReadModuleMapFile(StringRef ModuleMapPath) override;
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp241 StringRef ModuleMapPath = ModuleMap->getName(); in getPrebuiltImplicitModuleFileName() local
248 getCachedModuleFileNameImpl(ModuleName, ModuleMapPath, CachePath); in getPrebuiltImplicitModuleFileName()
256 StringRef ModuleMapPath) { in getCachedModuleFileName() argument
257 return getCachedModuleFileNameImpl(ModuleName, ModuleMapPath, in getCachedModuleFileName()
262 StringRef ModuleMapPath, in getCachedModuleFileNameImpl() argument
282 SmallString<128> CanonicalPath(ModuleMapPath); in getCachedModuleFileNameImpl()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp621 void ReadModuleMapFile(StringRef ModuleMapPath) override { in ReadModuleMapFile() argument
622 Out.indent(2) << "Module map file: " << ModuleMapPath << "\n"; in ReadModuleMapFile()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp169 void ChainedASTReaderListener::ReadModuleMapFile(StringRef ModuleMapPath) { in ReadModuleMapFile() argument
170 First->ReadModuleMapFile(ModuleMapPath); in ReadModuleMapFile()
171 Second->ReadModuleMapFile(ModuleMapPath); in ReadModuleMapFile()
4136 F.ModuleMapPath = ReadPath(F, Record, Idx); in ReadModuleMapFileBlock()
4166 << (ImportedBy ? ImportedBy->FileName : "") << F.ModuleMapPath in ReadModuleMapFileBlock()
4173 << llvm::sys::path::parent_path(F.ModuleMapPath); in ReadModuleMapFileBlock()
4182 auto StoredModMap = FileMgr.getFile(F.ModuleMapPath); in ReadModuleMapFileBlock()
4191 << ModMap->getName() << F.ModuleMapPath << NotImported; in ReadModuleMapFileBlock()
4234 Listener->ReadModuleMapFile(F.ModuleMapPath); in ReadModuleMapFileBlock()
5823 CurrentModule->PresumedModuleMapFile = F.ModuleMapPath; in ReadSubmoduleBlock()