Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangModulesDeclVendor.cpp629 FileSpecList module_search_paths = target.GetClangModuleSearchPaths(); in Create()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
DTarget.h138 FileSpecList GetClangModuleSearchPaths();
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DTarget.cpp4036 FileSpecList TargetProperties::GetClangModuleSearchPaths() { in GetClangModuleSearchPaths() function in TargetProperties