Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DExpressionSourceCode.cpp214 if (target->GetEnableAutoImportClangModules()) { in GetText()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp360 if (target->GetEnableAutoImportClangModules()) { in SetupDeclVendor()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h131 bool GetEnableAutoImportClangModules() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp3867 bool TargetProperties::GetEnableAutoImportClangModules() const { in GetEnableAutoImportClangModules() function in TargetProperties