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 70 std::string ModuleCachePath;
  /external/clang/include/clang/Lex/
HeaderSearch.h 133 std::string ModuleCachePath;
205 ModuleCachePath = CachePath;
  /external/clang/lib/Lex/
HeaderSearch.cpp 105 if (ModuleCachePath.empty()) {
112 llvm::SmallString<256> FileName(ModuleCachePath);
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 586 if (!Opts.ModuleCachePath.empty()) {
588 Res.push_back(Opts.ModuleCachePath);
    [all...]
CompilerInstance.cpp 248 getHeaderSearchOpts().ModuleCachePath);
    [all...]

Completed in 492 milliseconds