reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Commands/CommandObjectType.cpp
 1040         result.AppendErrorWithFormat(
 1043         result.SetStatus(eReturnStatusFailed);
 1053         result.AppendErrorWithFormat("syntax error in regular expression '%s'",
 1055         result.SetStatus(eReturnStatusFailed);
 1062     auto category_closure = [&result, &formatter_regex, &any_printed](
 1064       result.GetOutputStream().Printf(
 1070         .SetExact([&result, &formatter_regex, &any_printed](
 1086           result.GetOutputStream().Printf("%s: %s\n", name.AsCString(),
 1092         .SetWithRegex([&result, &formatter_regex, &any_printed](
 1108           result.GetOutputStream().Printf("%s: %s\n",
 1146       any_printed = FormatterSpecificList(result) | any_printed;
 1150       result.SetStatus(eReturnStatusSuccessFinishResult);
 1152       result.GetOutputStream().PutCString("no matching results found.\n");
 1153       result.SetStatus(eReturnStatusSuccessFinishNoResult);
 1155     return result.Succeeded();