HomeSort by relevance Sort by last modified time
    Searched refs:ModuleMapPath (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/Serialization/
Module.h 143 std::string ModuleMapPath;
ASTReader.h 116 virtual void ReadModuleMapFile(StringRef ModuleMapPath) {}
232 void ReadModuleMapFile(StringRef ModuleMapPath) override;
    [all...]
  /external/clang/include/clang/Lex/
HeaderSearch.h 483 /// \param ModuleMapPath A path that when combined with \c ModuleName
488 std::string getModuleFileName(StringRef ModuleName, StringRef ModuleMapPath);
  /external/clang/lib/Lex/
HeaderSearch.cpp 129 StringRef ModuleMapPath) {
141 // Construct the name <ModuleName>-<hash of ModuleMapPath>.pcm which should
149 FileMgr.getDirectory(llvm::sys::path::parent_path(ModuleMapPath));
153 auto FileName = llvm::sys::path::filename(ModuleMapPath);
    [all...]
  /external/clang/lib/Frontend/
FrontendActions.cpp 469 void ReadModuleMapFile(StringRef ModuleMapPath) override {
470 Out.indent(2) << "Module map file: " << ModuleMapPath << "\n";
  /external/clang/lib/Serialization/
ASTReader.cpp 81 void ChainedASTReaderListener::ReadModuleMapFile(StringRef ModuleMapPath) {
82 First->ReadModuleMapFile(ModuleMapPath);
83 Second->ReadModuleMapFile(ModuleMapPath);
    [all...]

Completed in 143 milliseconds