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

References

tools/lldb/include/lldb/DataFormatters/TypeCategory.h
  105     SetWithRegex(FormatContainer::RegexMatchForEachCallback callback) {
  118     SetWithRegex(SummaryContainer::RegexMatchForEachCallback callback) {
  131     SetWithRegex(FilterContainer::RegexMatchForEachCallback callback) {
  144     SetWithRegex(SynthContainer::RegexMatchForEachCallback callback) {
  156     SetWithRegex(ValidatorContainer::RegexMatchForEachCallback callback) {
  164     FormatContainer::RegexMatchForEachCallback GetFormatRegexCallback() const {
  172     SummaryContainer::RegexMatchForEachCallback
  180     FilterContainer::RegexMatchForEachCallback GetFilterRegexCallback() const {
  187     SynthContainer::RegexMatchForEachCallback GetSynthRegexCallback() const {
  195     ValidatorContainer::RegexMatchForEachCallback
  202     FormatContainer::RegexMatchForEachCallback m_format_regex;
  205     SummaryContainer::RegexMatchForEachCallback m_summary_regex;
  208     FilterContainer::RegexMatchForEachCallback m_filter_regex;
  211     SynthContainer::RegexMatchForEachCallback m_synth_regex;
  214     ValidatorContainer::RegexMatchForEachCallback m_validator_regex;