Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DModuleList.h59 FileSpec GetClangModulesCachePath() const;
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp625 props.GetClangModulesCachePath().GetPath(path); in Create()
H A DClangExpressionParser.cpp297 props.GetClangModulesCachePath().GetPath(module_cache); in SetupModuleHeaderPaths()
/llvm-project-15.0.7/lldb/source/Core/
H A DModuleList.cpp109 FileSpec ModuleListProperties::GetClangModulesCachePath() const { in GetClangModulesCachePath() function in ModuleListProperties