Searched refs:GetSyntax (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObjectRegexCommand.cpp62 if (!GetSyntax().empty())
63 result.AppendError(GetSyntax());
H A DCommandInterpreter.cpp229 AddAlias("attach", cmd_obj_sp)->SetSyntax(cmd_obj_sp->GetSyntax());
244 AddAlias("b", cmd_obj_sp)->SetSyntax(cmd_obj_sp->GetSyntax());
248 AddAlias("tbreak", cmd_obj_sp)->SetSyntax(cmd_obj_sp->GetSyntax());
299 AddAlias("j", cmd_obj_sp)->SetSyntax(cmd_obj_sp->GetSyntax());
300 AddAlias("jump", cmd_obj_sp)->SetSyntax(cmd_obj_sp->GetSyntax());
305 AddAlias("l", cmd_obj_sp)->SetSyntax(cmd_obj_sp->GetSyntax());
306 AddAlias("list", cmd_obj_sp)->SetSyntax(cmd_obj_sp->GetSyntax());
311 AddAlias("env", cmd_obj_sp)->SetSyntax(cmd_obj_sp->GetSyntax());
319 AddAlias("up", cmd_obj_sp)->SetSyntax(cmd_obj_sp->GetSyntax());
323 AddAlias("down", cmd_obj_sp)->SetSyntax(cmd_obj_sp->GetSyntax());
[all...]
H A DCommandObject.cpp58 llvm::StringRef CommandObject::GetSyntax() { function in class:CommandObject
300 llvm::StringRef syntax_help = GetSyntax();
845 output_strm << "\nSyntax: " << GetSyntax() << "\n";
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h130 virtual llvm::StringRef GetSyntax();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp993 m_interpreter, name, m_options.GetHelp(), m_options.GetSyntax(), 10, 0,
1179 const char *GetSyntax() { function in class:CommandObjectCommandsAddRegex::CommandOptions
H A DCommandObjectPlatform.cpp1608 result.GetOutputStream().Printf("%s\n", this->GetSyntax().str().c_str());
H A DCommandObjectThread.cpp1111 GetSyntax().str().c_str());

Completed in 148 milliseconds