Home
last modified time | relevance | path

Searched refs:GetNumErrors (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h506 uint32_t GetNumErrors() const { return m_num_errors; } in GetNumErrors() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp950 num_errors = interp.GetNumErrors(); in RunCommandInterpreter()