Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h80 bool SetClangModulesCachePath(const FileSpec &path);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp85 lldbassert(SetClangModulesCachePath(FileSpec(path))); in ModuleListProperties()
123 bool ModuleListProperties::SetClangModulesCachePath(const FileSpec &path) { in SetClangModulesCachePath() function in ModuleListProperties