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/
H A DClangExpressionSourceCode.cpp368 if (target->GetEnableAutoImportClangModules()) { in GetText()
H A DClangUserExpression.cpp349 if (!target->GetEnableAutoImportClangModules()) in SetupDeclVendor()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h154 bool GetEnableAutoImportClangModules() const;
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp4409 bool TargetProperties::GetEnableAutoImportClangModules() const { in GetEnableAutoImportClangModules() function in TargetProperties