Home
last modified time | relevance | path

Searched refs:ParseOptionsAndNotify (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDWIMPrint.cpp66 if (!ParseOptionsAndNotify(args.GetArgs(), result, m_option_group, in DoExecute()
H A DCommandObjectExpression.cpp604 if (!ParseOptionsAndNotify(args.GetArgs(), result, m_option_group, exe_ctx)) in DoExecute()
H A DCommandObjectWatchpoint.cpp1002 if (!ParseOptionsAndNotify(args.GetArgs(), result, m_option_group, in DoExecute()
H A DCommandObjectCommands.cpp380 if (!ParseOptionsAndNotify(args_with_suffix.GetArgs(), result, in DoExecute()
H A DCommandObjectType.cpp2614 if (!ParseOptionsAndNotify(args.GetArgs(), result, m_option_group, in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h347 bool ParseOptionsAndNotify(Args &args, CommandReturnObject &result,
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp380 bool CommandObject::ParseOptionsAndNotify(Args &args, in ParseOptionsAndNotify() function in CommandObject