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

/external/clang/include/clang/Serialization/
H A DModule.h146 std::string ModuleMapPath; member in class:clang::serialization::ModuleFile
H A DASTReader.h112 virtual void ReadModuleMapFile(StringRef ModuleMapPath) {} argument
210 void ReadModuleMapFile(StringRef ModuleMapPath) override;
/external/clang/lib/Frontend/
H A DFrontendActions.cpp424 void ReadModuleMapFile(StringRef ModuleMapPath) override {
425 Out.indent(2) << "Module map file: " << ModuleMapPath << "\n";
/external/clang/include/clang/Lex/
H A DHeaderSearch.h496 /// \param ModuleMapPath A path that when combined with \c ModuleName
501 std::string getModuleFileName(StringRef ModuleName, StringRef ModuleMapPath);
/external/clang/lib/Lex/
H A DHeaderSearch.cpp121 StringRef ModuleMapPath) {
132 // Construct the name <ModuleName>-<hash of ModuleMapPath>.pcm which should
137 SmallString<256> AbsModuleMapPath(ModuleMapPath);
1145 static const FileEntry *getPrivateModuleMap(StringRef ModuleMapPath, argument
1148 StringRef Filename = llvm::sys::path::filename(ModuleMapPath);
120 getModuleFileName(StringRef ModuleName, StringRef ModuleMapPath) argument
/external/clang/lib/Serialization/
H A DASTReader.cpp79 void ChainedASTReaderListener::ReadModuleMapFile(StringRef ModuleMapPath) { argument
80 First->ReadModuleMapFile(ModuleMapPath);
81 Second->ReadModuleMapFile(ModuleMapPath);
2450 F.ModuleMapPath = Blob;
2469 const FileEntry *StoredModMap = FileMgr.getFile(F.ModuleMapPath);
2477 << M->ModuleMap->getName() << F.ModuleMapPath;
2483 Listener->ReadModuleMapFile(F.ModuleMapPath);
4257 if (!F.ModuleMapPath.empty())
4258 ModuleMap = FileMgr.getFile(F.ModuleMapPath);

Completed in 110 milliseconds