Home
last modified time | relevance | path

Searched refs:GetEnableAutoImportClangModules (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp334 if (target->GetEnableAutoImportClangModules()) { in GetText()
H A DClangUserExpression.cpp352 if (!target->GetEnableAutoImportClangModules()) in SetupDeclVendor()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h140 bool GetEnableAutoImportClangModules() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4045 bool TargetProperties::GetEnableAutoImportClangModules() const { in GetEnableAutoImportClangModules() function in TargetProperties