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 | 595 if (!ParseOptionsAndNotify(args.GetArgs(), result, m_option_group, exe_ctx)) in DoExecute()
|
| H A D | CommandObjectWatchpoint.cpp | 1000 if (!ParseOptionsAndNotify(args.GetArgs(), result, m_option_group, in DoExecute()
|
| H A D | CommandObjectType.cpp | 2635 if (!ParseOptionsAndNotify(args.GetArgs(), result, m_option_group, in DoExecute()
|
| H A D | CommandObjectCommands.cpp | 387 if (!ParseOptionsAndNotify(args_with_suffix.GetArgs(), result, in DoExecute()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | CommandObject.h | 355 bool ParseOptionsAndNotify(Args &args, CommandReturnObject &result,
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 373 bool CommandObject::ParseOptionsAndNotify(Args &args, in ParseOptionsAndNotify() function in CommandObject
|