Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp631 FileSpecList module_search_paths = target.GetClangModuleSearchPaths(); in Create()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h150 FileSpecList GetClangModuleSearchPaths();
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp4297 FileSpecList TargetProperties::GetClangModuleSearchPaths() { in GetClangModuleSearchPaths() function in TargetProperties