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

  /external/clang/include/clang/Lex/
HeaderSearchOptions.h 90 std::string ModuleCachePath;
HeaderSearch.h 186 std::string ModuleCachePath;
331 ModuleCachePath = CachePath;
335 StringRef getModuleCachePath() const { return ModuleCachePath; }
  /external/clang/lib/Frontend/
CompilerInstance.cpp 374 getHeaderSearchOpts().ModuleCachePath);
    [all...]
CompilerInvocation.cpp     [all...]
  /external/clang/lib/Lex/
HeaderSearch.cpp 124 if (ModuleCachePath.empty())
127 SmallString<256> Result(ModuleCachePath);
    [all...]
  /external/clang/lib/Driver/
Tools.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp     [all...]

Completed in 170 milliseconds