Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp380 if (target->GetEnableAutoImportClangModules()) { in GetText()
H A DClangUserExpression.cpp348 if (!target->GetEnableAutoImportClangModules()) in SetupDeclVendor()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h154 bool GetEnableAutoImportClangModules() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4510 bool TargetProperties::GetEnableAutoImportClangModules() const { in GetEnableAutoImportClangModules() function in TargetProperties