Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h58 FileSpec GetClangModulesCachePath() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp623 props.GetClangModulesCachePath().GetPath(path); in Create()
H A DClangExpressionParser.cpp296 props.GetClangModulesCachePath().GetPath(module_cache); in SetupModuleHeaderPaths()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp101 FileSpec ModuleListProperties::GetClangModulesCachePath() const { in GetClangModulesCachePath() function in ModuleListProperties