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/
DModuleList.h60 bool SetClangModulesCachePath(const FileSpec &path);
/openbsd/src/gnu/llvm/lldb/source/Core/
DModuleList.cpp86 lldbassert(SetClangModulesCachePath(FileSpec(path))); in ModuleListProperties()
122 bool ModuleListProperties::SetClangModulesCachePath(const FileSpec &path) { in SetClangModulesCachePath() function in ModuleListProperties