Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DModule.h143 std::string ModuleMapPath; variable
DASTReader.h117 virtual void ReadModuleMapFile(StringRef ModuleMapPath) {} in ReadModuleMapFile() argument
233 void ReadModuleMapFile(StringRef ModuleMapPath) override;
/external/clang/lib/Frontend/
DFrontendActions.cpp471 void ReadModuleMapFile(StringRef ModuleMapPath) override { in ReadModuleMapFile() argument
472 Out.indent(2) << "Module map file: " << ModuleMapPath << "\n"; in ReadModuleMapFile()
/external/clang/include/clang/Lex/
DHeaderSearch.h486 std::string getModuleFileName(StringRef ModuleName, StringRef ModuleMapPath);
/external/clang/lib/Lex/
DHeaderSearch.cpp129 StringRef ModuleMapPath) { in getModuleFileName() argument
149 FileMgr.getDirectory(llvm::sys::path::parent_path(ModuleMapPath)); in getModuleFileName()
153 auto FileName = llvm::sys::path::filename(ModuleMapPath); in getModuleFileName()
/external/clang/lib/Serialization/
DASTReader.cpp82 void ChainedASTReaderListener::ReadModuleMapFile(StringRef ModuleMapPath) { in ReadModuleMapFile() argument
83 First->ReadModuleMapFile(ModuleMapPath); in ReadModuleMapFile()
84 Second->ReadModuleMapFile(ModuleMapPath); in ReadModuleMapFile()
3222 F.ModuleMapPath = ReadPath(F, Record, Idx); in ReadModuleMapFileBlock()
3254 << F.ModuleMapPath; in ReadModuleMapFileBlock()
3262 const FileEntry *StoredModMap = FileMgr.getFile(F.ModuleMapPath); in ReadModuleMapFileBlock()
3269 << ModMap->getName() << F.ModuleMapPath; in ReadModuleMapFileBlock()
3313 Listener->ReadModuleMapFile(F.ModuleMapPath); in ReadModuleMapFileBlock()