Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangHost.cpp33 static bool ComputeClangDirectory(FileSpec &file_spec) { return false; } in ComputeClangDirectory() function
55 bool lldb_private::ComputeClangDirectory(FileSpec &lldb_shlib_spec, in ComputeClangDirectory() function in lldb_private
120 static bool ComputeClangDirectory(FileSpec &file_spec) { in ComputeClangDirectory() function
122 return ComputeClangDirectory(lldb_file_spec, file_spec, true); in ComputeClangDirectory()
128 static bool ComputeClangDirectory(FileSpec &file_spec) { in ComputeClangDirectory() function
138 ::ComputeClangDirectory(g_cached_resource_dir); in GetClangResourceDir()
H A DClangHost.h18 bool ComputeClangDirectory(FileSpec &lldb_shlib_spec, FileSpec &file_spec,