Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DTarget.h176 uint64_t GetExprErrorLimit() const;
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionParser.cpp494 m_compiler->getDiagnostics().setErrorLimit(target_sp->GetExprErrorLimit()); in ClangExpressionParser()
/external/llvm-project/lldb/source/Target/
DTarget.cpp4086 uint64_t TargetProperties::GetExprErrorLimit() const { in GetExprErrorLimit() function in TargetProperties