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

References

tools/lldb/include/lldb/DataFormatters/TypeCategory.h
   47       : m_exact_sp(new ExactMatchContainer(std::string(exact_name), clist)),
   48         m_regex_sp(new RegexMatchContainer(std::string(regex_name), clist)) {}