Searched refs:ParseOptionsAndNotify (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectDWIMPrint.cpp | 66 if (!ParseOptionsAndNotify(args.GetArgs(), result, m_option_group, in DoExecute()
|
H A D | CommandObjectExpression.cpp | 604 if (!ParseOptionsAndNotify(args.GetArgs(), result, m_option_group, exe_ctx)) in DoExecute()
|
H A D | CommandObjectWatchpoint.cpp | 1002 if (!ParseOptionsAndNotify(args.GetArgs(), result, m_option_group, in DoExecute()
|
H A D | CommandObjectCommands.cpp | 380 if (!ParseOptionsAndNotify(args_with_suffix.GetArgs(), result, in DoExecute()
|
H A D | CommandObjectType.cpp | 2614 if (!ParseOptionsAndNotify(args.GetArgs(), result, m_option_group, in DoExecute()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | CommandObject.h | 347 bool ParseOptionsAndNotify(Args &args, CommandReturnObject &result,
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | CommandObject.cpp | 380 bool CommandObject::ParseOptionsAndNotify(Args &args, in ParseOptionsAndNotify() function in CommandObject
|