Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDModuleList.h52 FileSpec GetClangModulesCachePath() const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangModulesDeclVendor.cpp605 props.GetClangModulesCachePath().GetPath(path); in Create()
HDClangExpressionParser.cpp257 props.GetClangModulesCachePath().GetPath(module_cache); in SetupModuleHeaderPaths()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDModuleList.cpp97 FileSpec ModuleListProperties::GetClangModulesCachePath() const { in GetClangModulesCachePath() function in ModuleListProperties