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

References

tools/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
  462   stl_synth_flags.SetCascades(true).SetSkipPointers(false).SetSkipReferences(
  464   SyntheticChildren::Flags stl_deref_flags = stl_synth_flags;
  484       stl_synth_flags, true);
  498       ConstString("^std::__[[:alnum:]]+::map<.+> >(( )?&)?$"), stl_synth_flags,
  517       stl_synth_flags, true);
  523       stl_synth_flags, true);
  528       ConstString("^std::initializer_list<.+>(( )?&)?$"), stl_synth_flags,
  533                   stl_synth_flags, true);
  537                   stl_synth_flags, true);
  541                   stl_synth_flags, true);
  545                   stl_synth_flags, true);
  550       ConstString("^std::__[[:alnum:]]+::atomic<.+>$"), stl_synth_flags, true);
  556           stl_synth_flags,
  564       stl_synth_flags, true);
  570       stl_synth_flags, true);
  669       ConstString("^std::__[[:alnum:]]+::__wrap_iter<.+>$"), stl_synth_flags,
  676       ConstString("^std::__[[:alnum:]]+::__map_iterator<.+>$"), stl_synth_flags,