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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleFile.h151 std::string ModuleMapPath; member in class:clang::serialization::ModuleFile
H A DASTReader.h125 virtual void ReadModuleMapFile(StringRef ModuleMapPath) {} argument
244 void ReadModuleMapFile(StringRef ModuleMapPath) override;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h513 /// \param ModuleMapPath A path that when combined with \c ModuleName
519 StringRef ModuleMapPath);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp526 void ReadModuleMapFile(StringRef ModuleMapPath) override {
527 Out.indent(2) << "Module map file: " << ModuleMapPath << "\n";
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp168 StringRef ModuleMapPath) {
180 // Construct the name <ModuleName>-<hash of ModuleMapPath>.pcm which should
187 std::string Parent = llvm::sys::path::parent_path(ModuleMapPath);
194 auto FileName = llvm::sys::path::filename(ModuleMapPath);
167 getCachedModuleFileName(StringRef ModuleName, StringRef ModuleMapPath) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp158 void ChainedASTReaderListener::ReadModuleMapFile(StringRef ModuleMapPath) { argument
159 First->ReadModuleMapFile(ModuleMapPath);
160 Second->ReadModuleMapFile(ModuleMapPath);
3871 F.ModuleMapPath = ReadPath(F, Record, Idx);
3896 << (ImportedBy ? ImportedBy->FileName : "") << F.ModuleMapPath
3903 << llvm::sys::path::parent_path(F.ModuleMapPath);
3912 auto StoredModMap = FileMgr.getFile(F.ModuleMapPath);
3921 << ModMap->getName() << F.ModuleMapPath << NotImported;
3964 Listener->ReadModuleMapFile(F.ModuleMapPath);
5503 CurrentModule->PresumedModuleMapFile = F.ModuleMapPath;
[all...]

Completed in 210 milliseconds