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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DHeaderSearchOptions.h91 std::string ModuleCachePath; member in class:clang::HeaderSearchOptions
H A DHeaderSearch.h174 std::string ModuleCachePath; member in class:clang::HeaderSearch
320 ModuleCachePath = CachePath;
324 StringRef getModuleCachePath() const { return ModuleCachePath; }
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp383 SmallString<256> SpecificModuleCache(getHeaderSearchOpts().ModuleCachePath);
1176 TimestampFile = HSOpts.ModuleCachePath;
1205 llvm::sys::path::native(HSOpts.ModuleCachePath, ModuleCachePathNative);
H A DCompilerInvocation.cpp1221 Opts.ModuleCachePath = Args.getLastArgValue(OPT_fmodules_cache_path);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp3413 StringRef ModuleCachePath local
3416 = GlobalModuleIndex::readIndex(ModuleCachePath);
4783 HSOpts.ModuleCachePath = ReadString(Record, Idx);
H A DASTWriter.cpp1410 AddString(HSOpts.ModuleCachePath, Record);

Completed in 96 milliseconds