Home
last modified time | relevance | path

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

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