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

References

tools/lldb/source/Commands/CommandObjectType.cpp
 2191             eFormatCategoryItemSynth | eFormatCategoryItemRegexSynth,
 2219             eFormatCategoryItemSynth | eFormatCategoryItemRegexSynth,
 2472                                             eFormatCategoryItemRegexSynth,
tools/lldb/source/DataFormatters/TypeCategory.cpp
  206   if ((items & eFormatCategoryItemRegexSynth) == eFormatCategoryItemRegexSynth)
  206   if ((items & eFormatCategoryItemRegexSynth) == eFormatCategoryItemRegexSynth)
  238   if ((items & eFormatCategoryItemRegexSynth) == eFormatCategoryItemRegexSynth)
  238   if ((items & eFormatCategoryItemRegexSynth) == eFormatCategoryItemRegexSynth)
  272   if ((items & eFormatCategoryItemRegexSynth) == eFormatCategoryItemRegexSynth)
  272   if ((items & eFormatCategoryItemRegexSynth) == eFormatCategoryItemRegexSynth)
  366   if ((items & eFormatCategoryItemRegexSynth) ==
  367       eFormatCategoryItemRegexSynth) {
  372         *matching_type = eFormatCategoryItemRegexSynth;