Home
last modified time | relevance | path

Searched defs:num_errors (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/source/Expression/
H A DUtilityFunction.cpp83 unsigned num_errors = in MakeFunctionCaller() local
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp79 unsigned num_errors = 0; in CompileFunction() local
H A DClangUtilityFunction.cpp121 unsigned num_errors = parser.Parse(diagnostic_manager); in Install() local
H A DClangUserExpression.cpp580 unsigned num_errors = m_parser->Parse(diagnostic_manager); in TryParse() local
H A DClangExpressionParser.cpp1188 unsigned num_errors = adapter->getNumErrors(); in ParseInternal() local
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp1206 int &num_errors, bool &quit_requested, in RunCommandInterpreter()