Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDModuleFile.h151 std::string ModuleMapPath; variable
HDASTReader.h125 virtual void ReadModuleMapFile(StringRef ModuleMapPath) {} in ReadModuleMapFile() argument
244 void ReadModuleMapFile(StringRef ModuleMapPath) override;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
HDHeaderSearch.h519 StringRef ModuleMapPath);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
HDFrontendActions.cpp526 void ReadModuleMapFile(StringRef ModuleMapPath) override { in ReadModuleMapFile() argument
527 Out.indent(2) << "Module map file: " << ModuleMapPath << "\n"; in ReadModuleMapFile()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
HDHeaderSearch.cpp168 StringRef ModuleMapPath) { in getCachedModuleFileName() argument
187 std::string Parent = llvm::sys::path::parent_path(ModuleMapPath); in getCachedModuleFileName()
194 auto FileName = llvm::sys::path::filename(ModuleMapPath); in getCachedModuleFileName()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp158 void ChainedASTReaderListener::ReadModuleMapFile(StringRef ModuleMapPath) { in ReadModuleMapFile() argument
159 First->ReadModuleMapFile(ModuleMapPath); in ReadModuleMapFile()
160 Second->ReadModuleMapFile(ModuleMapPath); in ReadModuleMapFile()
3871 F.ModuleMapPath = ReadPath(F, Record, Idx); in ReadModuleMapFileBlock()
3896 << (ImportedBy ? ImportedBy->FileName : "") << F.ModuleMapPath in ReadModuleMapFileBlock()
3903 << llvm::sys::path::parent_path(F.ModuleMapPath); in ReadModuleMapFileBlock()
3912 auto StoredModMap = FileMgr.getFile(F.ModuleMapPath); in ReadModuleMapFileBlock()
3921 << ModMap->getName() << F.ModuleMapPath << NotImported; in ReadModuleMapFileBlock()
3964 Listener->ReadModuleMapFile(F.ModuleMapPath); in ReadModuleMapFileBlock()
5503 CurrentModule->PresumedModuleMapFile = F.ModuleMapPath; in ReadSubmoduleBlock()