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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp255 llvm::SmallString<128> module_cache; local
257 props.GetClangModulesCachePath().GetPath(module_cache);
258 search_opts.ModuleCachePath = module_cache.str();
259 LLDB_LOG(log, "Using module cache path: {0}", module_cache.c_str());

Completed in 48 milliseconds