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

References

tools/lldb/include/lldb/DataFormatters/TypeCategory.h
  234     GetTypeValidatorsContainer()->ForEach(foreach.GetValidatorExactCallback());
tools/lldb/source/DataFormatters/TypeCategory.cpp
  177   if (GetTypeValidatorsContainer()->Get(candidates, entry, reason))
  210     GetTypeValidatorsContainer()->Clear();
  242     success = GetTypeValidatorsContainer()->Delete(name) || success;
  276     count += GetTypeValidatorsContainer()->GetCount();
  378     if (GetTypeValidatorsContainer()->Get(type_name, validator_sp)) {
  473       GetTypeValidatorsContainer()->GetExact(ConstString(type_sp->GetName()),
  554   if (index < GetTypeValidatorsContainer()->GetCount())
  555     return GetTypeValidatorsContainer()->GetAtIndex(index);
  558         index - GetTypeValidatorsContainer()->GetCount());
  563   if (index < GetTypeValidatorsContainer()->GetCount())
  564     return GetTypeValidatorsContainer()->GetTypeNameSpecifierAtIndex(index);
  567         index - GetTypeValidatorsContainer()->GetCount());