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

  /external/clang/include/clang/Frontend/
HeaderSearchOptions.h 84 std::string ModuleCachePath;
  /external/clang/include/clang/Lex/
HeaderSearch.h 148 std::string ModuleCachePath;
268 ModuleCachePath = CachePath;
272 StringRef getModuleCachePath() const { return ModuleCachePath; }
  /external/clang/lib/Lex/
HeaderSearch.cpp 109 if (ModuleCachePath.empty())
113 SmallString<256> Result(ModuleCachePath);
120 if (ModuleCachePath.empty())
124 SmallString<256> Result(ModuleCachePath);
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 268 getHeaderSearchOpts().ModuleCachePath);
    [all...]
CompilerInvocation.cpp 613 if (!Opts.ModuleCachePath.empty())
614 Res.push_back("-fmodule-cache-path", Opts.ModuleCachePath);
    [all...]

Completed in 39 milliseconds