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

References

tools/lldb/include/lldb/DataFormatters/FormattersContainer.h
  315       if (Get(candidate.GetTypeName(), entry)) {
tools/lldb/source/DataFormatters/TypeCategory.cpp
  298     if (GetTypeFormatsContainer()->Get(type_name, format_sp)) {
  308     if (GetRegexTypeFormatsContainer()->Get(type_name, format_sp)) {
  318     if (GetTypeSummariesContainer()->Get(type_name, summary_sp)) {
  328     if (GetRegexTypeSummariesContainer()->Get(type_name, summary_sp)) {
  338     if (GetTypeFiltersContainer()->Get(type_name, filter_sp)) {
  348     if (GetRegexTypeFiltersContainer()->Get(type_name, filter_sp)) {
  358     if (GetTypeSyntheticsContainer()->Get(type_name, synth_sp)) {
  368     if (GetRegexTypeSyntheticsContainer()->Get(type_name, synth_sp)) {
  378     if (GetTypeValidatorsContainer()->Get(type_name, validator_sp)) {
  388     if (GetRegexTypeValidatorsContainer()->Get(type_name, validator_sp)) {