HomeSort by: relevance | last modified time | path
    Searched defs:ModuleCachePath (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
HeaderSearchOptions.h 112 std::string ModuleCachePath;
HeaderSearch.h 190 std::string ModuleCachePath;
330 ModuleCachePath = std::string(CachePath);
337 StringRef getModuleCachePath() const { return ModuleCachePath; }
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 4127 StringRef ModuleCachePath
4130 GlobalModuleIndex::readIndex(ModuleCachePath);
5854 HSOpts.ModuleCachePath = ReadString(Record, Idx);

Completed in 25 milliseconds