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

References

tools/lldb/source/Commands/CommandObjectType.cpp
 1062     auto category_closure = [&result, &formatter_regex, &any_printed](
 1070         .SetExact([&result, &formatter_regex, &any_printed](
 1085           any_printed = true;
 1092         .SetWithRegex([&result, &formatter_regex, &any_printed](
 1107           any_printed = true;
 1146       any_printed = FormatterSpecificList(result) | any_printed;
 1146       any_printed = FormatterSpecificList(result) | any_printed;
 1149     if (any_printed)