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

  /external/clang/include/clang/Lex/
HeaderSearchOptions.h 91 std::string ModuleCachePath;
HeaderSearch.h 174 std::string ModuleCachePath;
320 ModuleCachePath = CachePath;
324 StringRef getModuleCachePath() const { return ModuleCachePath; }
  /external/clang/lib/Frontend/
CompilerInstance.cpp 383 SmallString<256> SpecificModuleCache(getHeaderSearchOpts().ModuleCachePath);
    [all...]
CompilerInvocation.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp     [all...]

Completed in 751 milliseconds