Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DHeaderSearch.h618 StringRef ModuleMapPath);
730 StringRef ModuleMapPath,
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DHeaderSearch.cpp218 StringRef ModuleMapPath = ModuleMap->getName(); in getPrebuiltImplicitModuleFileName() local
225 getCachedModuleFileNameImpl(ModuleName, ModuleMapPath, CachePath); in getPrebuiltImplicitModuleFileName()
233 StringRef ModuleMapPath) { in getCachedModuleFileName() argument
234 return getCachedModuleFileNameImpl(ModuleName, ModuleMapPath, in getCachedModuleFileName()
239 StringRef ModuleMapPath, in getCachedModuleFileNameImpl() argument
259 SmallString<128> CanonicalPath(ModuleMapPath); in getCachedModuleFileNameImpl()
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DModuleFile.h162 std::string ModuleMapPath; variable
H A DASTReader.h126 virtual void ReadModuleMapFile(StringRef ModuleMapPath) {} in ReadModuleMapFile() argument
263 void ReadModuleMapFile(StringRef ModuleMapPath) override;
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DFrontendActions.cpp577 void ReadModuleMapFile(StringRef ModuleMapPath) override { in ReadModuleMapFile() argument
578 Out.indent(2) << "Module map file: " << ModuleMapPath << "\n"; in ReadModuleMapFile()
/openbsd-src/gnu/llvm/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()
3953 F.ModuleMapPath = ReadPath(F, Record, Idx); in ReadModuleMapFileBlock()
3982 << (ImportedBy ? ImportedBy->FileName : "") << F.ModuleMapPath in ReadModuleMapFileBlock()
3989 << llvm::sys::path::parent_path(F.ModuleMapPath); in ReadModuleMapFileBlock()
3998 auto StoredModMap = FileMgr.getFile(F.ModuleMapPath); in ReadModuleMapFileBlock()
4007 << ModMap->getName() << F.ModuleMapPath << NotImported; in ReadModuleMapFileBlock()
4050 Listener->ReadModuleMapFile(F.ModuleMapPath); in ReadModuleMapFileBlock()
5621 CurrentModule->PresumedModuleMapFile = F.ModuleMapPath; in ReadSubmoduleBlock()