Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp217 StringRef ModuleMapPath = ModuleMap->getName(); in getPrebuiltImplicitModuleFileName() local
224 getCachedModuleFileNameImpl(ModuleName, ModuleMapPath, CachePath); in getPrebuiltImplicitModuleFileName()
232 StringRef ModuleMapPath) { in getCachedModuleFileName() argument
233 return getCachedModuleFileNameImpl(ModuleName, ModuleMapPath, in getCachedModuleFileName()
238 StringRef ModuleMapPath, in getCachedModuleFileNameImpl() argument
258 SmallString<128> CanonicalPath(ModuleMapPath); in getCachedModuleFileNameImpl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h628 StringRef ModuleMapPath);
745 StringRef ModuleMapPath,
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp591 void ReadModuleMapFile(StringRef ModuleMapPath) override { in ReadModuleMapFile() argument
592 Out.indent(2) << "Module map file: " << ModuleMapPath << "\n"; in ReadModuleMapFile()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp164 void ChainedASTReaderListener::ReadModuleMapFile(StringRef ModuleMapPath) { in ReadModuleMapFile() argument
165 First->ReadModuleMapFile(ModuleMapPath); in ReadModuleMapFile()
166 Second->ReadModuleMapFile(ModuleMapPath); in ReadModuleMapFile()
4127 F.ModuleMapPath = ReadPath(F, Record, Idx); in ReadModuleMapFileBlock()
4157 << (ImportedBy ? ImportedBy->FileName : "") << F.ModuleMapPath in ReadModuleMapFileBlock()
4164 << llvm::sys::path::parent_path(F.ModuleMapPath); in ReadModuleMapFileBlock()
4173 auto StoredModMap = FileMgr.getFile(F.ModuleMapPath); in ReadModuleMapFileBlock()
4182 << ModMap->getName() << F.ModuleMapPath << NotImported; in ReadModuleMapFileBlock()
4225 Listener->ReadModuleMapFile(F.ModuleMapPath); in ReadModuleMapFileBlock()
5817 CurrentModule->PresumedModuleMapFile = F.ModuleMapPath; in ReadSubmoduleBlock()