Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Expression/
H A DUtilityFunction.cpp92 unsigned num_errors = in MakeFunctionCaller() local
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp79 unsigned num_errors = 0; in CompileFunction() local
H A DClangUtilityFunction.cpp125 unsigned num_errors = parser.Parse(diagnostic_manager); in Install() local
H A DClangUserExpression.cpp578 unsigned num_errors = m_parser->Parse(diagnostic_manager); TryParse() local
H A DClangExpressionParser.cpp1163 unsigned num_errors = adapter->getNumErrors(); ParseInternal() local
/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1258 RunCommandInterpreter(bool auto_handle_events,bool spawn_thread,SBCommandInterpreterRunOptions & options,int & num_errors,bool & quit_requested,bool & stopped_for_crash) RunCommandInterpreter() argument