Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DModule.h152 std::string ModuleMapPath; variable
H A DASTReader.h140 virtual void ReadModuleMapFile(StringRef ModuleMapPath) {} in ReadModuleMapFile() argument
259 void ReadModuleMapFile(StringRef ModuleMapPath) override;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendActions.cpp508 void ReadModuleMapFile(StringRef ModuleMapPath) override { in ReadModuleMapFile() argument
509 Out.indent(2) << "Module map file: " << ModuleMapPath << "\n"; in ReadModuleMapFile()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DHeaderSearch.h520 StringRef ModuleMapPath);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DHeaderSearch.cpp157 StringRef ModuleMapPath) { in getCachedModuleFileName() argument
176 std::string Parent = llvm::sys::path::parent_path(ModuleMapPath); in getCachedModuleFileName()
183 auto FileName = llvm::sys::path::filename(ModuleMapPath); in getCachedModuleFileName()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp155 void ChainedASTReaderListener::ReadModuleMapFile(StringRef ModuleMapPath) { in ReadModuleMapFile() argument
156 First->ReadModuleMapFile(ModuleMapPath); in ReadModuleMapFile()
157 Second->ReadModuleMapFile(ModuleMapPath); in ReadModuleMapFile()
3593 F.ModuleMapPath = ReadPath(F, Record, Idx); in ReadModuleMapFileBlock()
3619 << F.ModuleMapPath; in ReadModuleMapFileBlock()
3625 << llvm::sys::path::parent_path(F.ModuleMapPath); in ReadModuleMapFileBlock()
3634 const FileEntry *StoredModMap = FileMgr.getFile(F.ModuleMapPath); in ReadModuleMapFileBlock()
3641 << ModMap->getName() << F.ModuleMapPath; in ReadModuleMapFileBlock()
3685 Listener->ReadModuleMapFile(F.ModuleMapPath); in ReadModuleMapFileBlock()
5052 CurrentModule->PresumedModuleMapFile = F.ModuleMapPath; in ReadSubmoduleBlock()