Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h52 void IncrementNumberOfErrors() { m_num_errors++; } in IncrementNumberOfErrors() function
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3174 m_result.IncrementNumberOfErrors(); in IOHandlerInputComplete()