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,
 2471     if (category->AnyMatches(type_name, eFormatCategoryItemSynth |
tools/lldb/source/DataFormatters/TypeCategory.cpp
  204   if ((items & eFormatCategoryItemSynth) == eFormatCategoryItemSynth)
  204   if ((items & eFormatCategoryItemSynth) == eFormatCategoryItemSynth)
  236   if ((items & eFormatCategoryItemSynth) == eFormatCategoryItemSynth)
  236   if ((items & eFormatCategoryItemSynth) == eFormatCategoryItemSynth)
  270   if ((items & eFormatCategoryItemSynth) == eFormatCategoryItemSynth)
  270   if ((items & eFormatCategoryItemSynth) == eFormatCategoryItemSynth)
  357   if ((items & eFormatCategoryItemSynth) == eFormatCategoryItemSynth) {
  357   if ((items & eFormatCategoryItemSynth) == eFormatCategoryItemSynth) {
  362         *matching_type = eFormatCategoryItemSynth;