Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Host/
H A DOptionParser.h39 static void EnableError(bool error);
/src/contrib/llvm-project/lldb/source/Host/common/
H A DOptionParser.cpp29 void OptionParser::EnableError(bool error) { opterr = error ? 1 : 0; } in EnableError() function in OptionParser
/src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp1078 OptionParser::EnableError(false); in ParseForCompletion()