Home
last modified time | relevance | path

Searched refs:ModuleCachePath (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DHeaderSearch.h272 std::string ModuleCachePath; variable
411 ModuleCachePath = std::string(CachePath); in setModuleCachePath()
418 StringRef getModuleCachePath() const { return ModuleCachePath; } in getModuleCachePath()
H A DHeaderSearchOptions.h113 std::string ModuleCachePath; variable
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInstance.cpp551 SmallString<256> SpecificModuleCache(getHeaderSearchOpts().ModuleCachePath); in getSpecificModuleCachePath()
1579 TimestampFile = HSOpts.ModuleCachePath; in pruneModuleCache()
1609 llvm::sys::path::native(HSOpts.ModuleCachePath, ModuleCachePathNative); in pruneModuleCache()
H A DCompilerInvocation.cpp2988 if (!Opts.ModuleCachePath.empty()) in GenerateHeaderSearchArgs()
2989 GenerateArg(Args, OPT_fmodules_cache_path, Opts.ModuleCachePath, SA); in GenerateHeaderSearchArgs()
3127 Opts.ModuleCachePath = std::string(P.str()); in ParseHeaderSearchArgs()
4735 getHeaderSearchOpts().ModuleCachePath.clear(); in clearImplicitModuleBuildOptions()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp298 search_opts.ModuleCachePath = std::string(module_cache.str()); in SetupModuleHeaderPaths()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp4171 StringRef ModuleCachePath in loadGlobalIndex() local
4174 GlobalModuleIndex::readIndex(ModuleCachePath); in loadGlobalIndex()
5918 HSOpts.ModuleCachePath = ReadString(Record, Idx); in ParseHeaderSearchOptions()
H A DASTWriter.cpp1439 AddString(HSOpts.ModuleCachePath, Record); in WriteControlBlock()