Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h203 uint64_t GetExprErrorLimit() const;
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp510 m_compiler->getDiagnostics().setErrorLimit(target_sp->GetExprErrorLimit()); in ClangExpressionParser()
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp4474 uint64_t TargetProperties::GetExprErrorLimit() const { in GetExprErrorLimit() function in TargetProperties