Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionSourceCode.cpp368 if (target->GetEnableAutoImportClangModules()) { in GetText()
DClangUserExpression.cpp349 if (!target->GetEnableAutoImportClangModules()) in SetupDeclVendor()
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DTarget.h154 bool GetEnableAutoImportClangModules() const;
/openbsd/src/gnu/llvm/lldb/source/Target/
DTarget.cpp4409 bool TargetProperties::GetEnableAutoImportClangModules() const { in GetEnableAutoImportClangModules() function in TargetProperties