Home
last modified time | relevance | path

Searched refs:SetClangModulesCachePath (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DModuleList.h60 bool SetClangModulesCachePath(const FileSpec &path);
/llvm-project-15.0.7/lldb/source/Core/
H A DModuleList.cpp86 lldbassert(SetClangModulesCachePath(FileSpec(path))); in ModuleListProperties()
116 bool ModuleListProperties::SetClangModulesCachePath(const FileSpec &path) { in SetClangModulesCachePath() function in ModuleListProperties