Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DModuleList.h59 FileSpec GetClangModulesCachePath() const;
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp686 props.GetClangModulesCachePath().GetPath(path); in Create()
H A DClangExpressionParser.cpp297 props.GetClangModulesCachePath().GetPath(module_cache); in SetupModuleHeaderPaths()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DModuleList.cpp115 FileSpec ModuleListProperties::GetClangModulesCachePath() const { in GetClangModulesCachePath() function in ModuleListProperties