Home
last modified time | relevance | path

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

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