Home
last modified time | relevance | path

Searched refs:GetImportStdModule (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp548 if (m_target->GetImportStdModule() == eImportStdModuleTrue) in PrepareForParsing()
643 return target.GetImportStdModule() == eImportStdModuleFallback; in shouldRetryWithCppModule()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h156 ImportStdModule GetImportStdModule() const;
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp4415 ImportStdModule TargetProperties::GetImportStdModule() const { in GetImportStdModule() function in TargetProperties