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.cpp545 if (m_target->GetImportStdModule() == eImportStdModuleTrue) in PrepareForParsing()
642 return target.GetImportStdModule() == eImportStdModuleFallback; in shouldRetryWithCppModule()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h156 ImportStdModule GetImportStdModule() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4497 ImportStdModule TargetProperties::GetImportStdModule() const { in GetImportStdModule() function in TargetProperties