Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h207 uint64_t GetExprErrorLimit() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp466 m_compiler->getDiagnostics().setErrorLimit(target_sp->GetExprErrorLimit()); in ClangExpressionParser()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4661 uint64_t TargetProperties::GetExprErrorLimit() const { in GetExprErrorLimit() function in TargetProperties