Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp546 if (m_target->GetImportStdModule() == eImportStdModuleTrue) in PrepareForParsing()
643 return target.GetImportStdModule() == eImportStdModuleFallback; in shouldRetryWithCppModule()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h171 ImportStdModule GetImportStdModule() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4735 ImportStdModule TargetProperties::GetImportStdModule() const { in GetImportStdModule() function in TargetProperties