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

References

tools/lldb/include/lldb/DataFormatters/TypeCategory.h
   86   typedef SynthContainer::ExactMatchContainerSP SynthContainerSP;
   87   typedef SynthContainer::RegexMatchContainerSP RegexSynthContainerSP;
  138     SetExact(SynthContainer::ExactMatchForEachCallback callback) {
  144     SetWithRegex(SynthContainer::RegexMatchForEachCallback callback) {
  184     SynthContainer::ExactMatchForEachCallback GetSynthExactCallback() const {
  187     SynthContainer::RegexMatchForEachCallback GetSynthRegexCallback() const {
  210     SynthContainer::ExactMatchForEachCallback m_synth_exact;
  211     SynthContainer::RegexMatchForEachCallback m_synth_regex;
  278   SynthContainer::MapValueType
  307   SynthContainer &GetSyntheticsContainer() { return m_synth_cont; }
  309   SynthContainer::MapValueType GetSyntheticAtIndex(size_t index);
  378   SynthContainer m_synth_cont;
tools/lldb/source/DataFormatters/TypeCategory.cpp
  448 TypeCategoryImpl::SynthContainer::MapValueType
  450   SynthContainer::MapValueType retval;
  534 TypeCategoryImpl::SynthContainer::MapValueType