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 146 std::string ModuleMapPath;
ASTReader.h 112 virtual void ReadModuleMapFile(StringRef ModuleMapPath) {}
210 void ReadModuleMapFile(StringRef ModuleMapPath) override;
    [all...]
  /external/clang/lib/Frontend/
FrontendActions.cpp 424 void ReadModuleMapFile(StringRef ModuleMapPath) override {
425 Out.indent(2) << "Module map file: " << ModuleMapPath << "\n";
  /external/clang/include/clang/Lex/
HeaderSearch.h 496 /// \param ModuleMapPath A path that when combined with \c ModuleName
501 std::string getModuleFileName(StringRef ModuleName, StringRef ModuleMapPath);
  /external/clang/lib/Lex/
HeaderSearch.cpp 121 StringRef ModuleMapPath) {
132 // Construct the name <ModuleName>-<hash of ModuleMapPath>.pcm which should
137 SmallString<256> AbsModuleMapPath(ModuleMapPath);
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 79 void ChainedASTReaderListener::ReadModuleMapFile(StringRef ModuleMapPath) {
80 First->ReadModuleMapFile(ModuleMapPath);
81 Second->ReadModuleMapFile(ModuleMapPath);
    [all...]

Completed in 160 milliseconds