Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp646 if (!target.GetPlatform()->SupportsModules()) in Create()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h484 virtual bool SupportsModules() { return false; } in SupportsModules() function