Home
last modified time | relevance | path

Searched refs:GetClangModuleSearchPaths (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp586 FileSpecList &module_search_paths = target.GetClangModuleSearchPaths(); in Create()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h129 FileSpecList &GetClangModuleSearchPaths();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp2321 return properties_sp->GetClangModuleSearchPaths(); in GetDefaultClangModuleSearchPaths()
3858 FileSpecList &TargetProperties::GetClangModuleSearchPaths() { in GetClangModuleSearchPaths() function in TargetProperties