Searched refs:ModuleCachePath (Results 1 - 8 of 8) sorted by relevance

/external/clang/include/clang/Lex/
H A DHeaderSearchOptions.h90 std::string ModuleCachePath; member in class:clang::HeaderSearchOptions
H A DHeaderSearch.h186 std::string ModuleCachePath; member in class:clang::HeaderSearch
327 ModuleCachePath = CachePath;
331 StringRef getModuleCachePath() const { return ModuleCachePath; }
/external/clang/lib/Frontend/
H A DCompilerInstance.cpp335 getHeaderSearchOpts().ModuleCachePath);
1136 TimestampFile = HSOpts.ModuleCachePath;
1164 llvm::sys::path::native(HSOpts.ModuleCachePath, ModuleCachePathNative);
H A DCompilerInvocation.cpp979 Opts.ModuleCachePath = Args.getLastArgValue(OPT_fmodules_cache_path);
/external/clang/lib/Lex/
H A DHeaderSearch.cpp123 if (ModuleCachePath.empty())
126 SmallString<256> Result(ModuleCachePath);
/external/clang/lib/Driver/
H A DTools.cpp3615 SmallString<128> ModuleCachePath; local
3617 ModuleCachePath = A->getValue();
3622 ModuleCachePath = Output.getFilename();
3623 llvm::sys::path::replace_extension(ModuleCachePath, ".cache");
3624 llvm::sys::path::append(ModuleCachePath, "modules");
3625 } else if (ModuleCachePath.empty()) {
3628 ModuleCachePath);
3629 llvm::sys::path::append(ModuleCachePath, "org.llvm.clang");
3630 llvm::sys::path::append(ModuleCachePath, "ModuleCache");
3633 ModuleCachePath
[all...]
/external/clang/lib/Serialization/
H A DASTReader.cpp3413 StringRef ModuleCachePath local
3416 = GlobalModuleIndex::readIndex(ModuleCachePath);
4651 HSOpts.ModuleCachePath = ReadString(Record, Idx);
H A DASTWriter.cpp1198 AddString(HSOpts.ModuleCachePath, Record);

Completed in 197 milliseconds