Home
last modified time | relevance | path

Searched refs:GetClangModulesCachePath (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h59 FileSpec GetClangModulesCachePath() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp686 props.GetClangModulesCachePath().GetPath(path); in Create()
H A DClangExpressionParser.cpp295 props.GetClangModulesCachePath().GetPath(module_cache); in SetupModuleHeaderPaths()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp113 FileSpec ModuleListProperties::GetClangModulesCachePath() const { in GetClangModulesCachePath() function in ModuleListProperties