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.h653 StringRef ModuleMapPath);
771 StringRef ModuleMapPath,
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleFile.h170 std::string ModuleMapPath; variable
H A DASTReader.h129 virtual void ReadModuleMapFile(StringRef ModuleMapPath) {} in ReadModuleMapFile() argument
280 void ReadModuleMapFile(StringRef ModuleMapPath) override;
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp245 StringRef ModuleMapPath = ModuleMap->getName(); in getPrebuiltImplicitModuleFileName() local
252 getCachedModuleFileNameImpl(ModuleName, ModuleMapPath, CachePath); in getPrebuiltImplicitModuleFileName()
260 StringRef ModuleMapPath) { in getCachedModuleFileName() argument
261 return getCachedModuleFileNameImpl(ModuleName, ModuleMapPath, in getCachedModuleFileName()
266 StringRef ModuleMapPath, in getCachedModuleFileNameImpl() argument
285 SmallString<128> CanonicalPath(ModuleMapPath); in getCachedModuleFileNameImpl()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp639 void ReadModuleMapFile(StringRef ModuleMapPath) override { in ReadModuleMapFile() argument
640 Out.indent(2) << "Module map file: " << ModuleMapPath << "\n"; in ReadModuleMapFile()
/freebsd/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()
4436 F.ModuleMapPath = ReadPath(F, Record, Idx); in ReadModuleMapFileBlock()
4467 << (ImportedBy ? ImportedBy->FileName : "") << F.ModuleMapPath in ReadModuleMapFileBlock()
4474 << llvm::sys::path::parent_path(F.ModuleMapPath); in ReadModuleMapFileBlock()
4483 auto StoredModMap = FileMgr.getOptionalFileRef(F.ModuleMapPath); in ReadModuleMapFileBlock()
4492 << ModMap->getName() << F.ModuleMapPath << NotImported; in ReadModuleMapFileBlock()
4535 Listener->ReadModuleMapFile(F.ModuleMapPath); in ReadModuleMapFileBlock()
6139 auto ModMapFile = FileMgr.getOptionalFileRef(F.ModuleMapPath); in ReadSubmoduleBlock()
[all …]