Home
last modified time | relevance | path

Searched refs:GetClangResourceDir (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangHost.h19 FileSpec GetClangResourceDir();
H A DClangHost.cpp154 FileSpec lldb_private::GetClangResourceDir() { in GetClangResourceDir() function in lldb_private
H A DCppModuleConfiguration.cpp144 llvm::sys::path::append(resource_dir, GetClangResourceDir().GetPath(), in CppModuleConfiguration()
H A DClangModulesDeclVendor.cpp643 FileSpec clang_resource_dir = GetClangResourceDir(); in Create()
H A DClangExpressionParser.cpp301 search_opts.ResourceDir = GetClangResourceDir().GetPath(); in SetupModuleHeaderPaths()
/llvm-project-15.0.7/lldb/source/API/
H A DSBHostOS.cpp78 fspec = GetClangResourceDir(); in GetLLDBPath()
/llvm-project-15.0.7/lldb/unittests/Expression/
H A DCppModuleConfigurationTest.cpp55 llvm::sys::path::append(resource_dir, GetClangResourceDir().GetPath(), in ResourceInc()