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

References

tools/lldb/source/DataFormatters/TypeCategory.cpp
  301       if (matching_type)
  302         *matching_type = eFormatCategoryItemValue;
  311       if (matching_type)
  312         *matching_type = eFormatCategoryItemRegexValue;
  321       if (matching_type)
  322         *matching_type = eFormatCategoryItemSummary;
  331       if (matching_type)
  332         *matching_type = eFormatCategoryItemRegexSummary;
  341       if (matching_type)
  342         *matching_type = eFormatCategoryItemFilter;
  351       if (matching_type)
  352         *matching_type = eFormatCategoryItemRegexFilter;
  361       if (matching_type)
  362         *matching_type = eFormatCategoryItemSynth;
  371       if (matching_type)
  372         *matching_type = eFormatCategoryItemRegexSynth;
  381       if (matching_type)
  382         *matching_type = eFormatCategoryItemValidator;
  391       if (matching_type)
  392         *matching_type = eFormatCategoryItemRegexValidator;