Home
last modified time | relevance | path

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

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