Home
last modified time | relevance | path

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

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