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

  /external/clang/include/clang/Lex/
HeaderSearchOptions.h 90 std::string ModuleCachePath;
HeaderSearch.h 164 std::string ModuleCachePath;
293 ModuleCachePath = CachePath;
297 StringRef getModuleCachePath() const { return ModuleCachePath; }
  /external/clang/lib/Lex/
HeaderSearch.cpp 114 if (ModuleCachePath.empty())
118 SmallString<256> Result(ModuleCachePath);
125 if (ModuleCachePath.empty())
129 SmallString<256> Result(ModuleCachePath);
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 251 getHeaderSearchOpts().ModuleCachePath);
    [all...]
CompilerInvocation.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp     [all...]

Completed in 65 milliseconds