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

Declarations

tools/lldb/include/lldb/DataFormatters/FormatClasses.h
   95   ConstString GetTypeForCache();

References

tools/lldb/source/DataFormatters/FormatManager.cpp
  638   if (match_data.GetTypeForCache()) {
  641               match_data.GetTypeForCache().AsCString("<invalid>"));
  642     if (m_format_cache.GetFormat(match_data.GetTypeForCache(), retval)) {
  681   if (match_data.GetTypeForCache() && (!retval || !retval->NonCacheable())) {
  684               match_data.GetTypeForCache().AsCString("<invalid>"));
  685     m_format_cache.SetFormat(match_data.GetTypeForCache(), retval);
  713   if (match_data.GetTypeForCache()) {
  717               match_data.GetTypeForCache().AsCString("<invalid>"));
  718     if (m_format_cache.GetSummary(match_data.GetTypeForCache(), retval)) {
  755   if (match_data.GetTypeForCache() && (!retval || !retval->NonCacheable())) {
  758               match_data.GetTypeForCache().AsCString("<invalid>"));
  759     m_format_cache.SetSummary(match_data.GetTypeForCache(), retval);
  787   if (match_data.GetTypeForCache()) {
  791               match_data.GetTypeForCache().AsCString("<invalid>"));
  792     if (m_format_cache.GetSynthetic(match_data.GetTypeForCache(), retval)) {
  830   if (match_data.GetTypeForCache() && (!retval || !retval->NonCacheable())) {
  834               match_data.GetTypeForCache().AsCString("<invalid>"));
  835     m_format_cache.SetSynthetic(match_data.GetTypeForCache(), retval);
  849   if (match_data.GetTypeForCache()) {
  852         match_data.GetTypeForCache().AsCString("<invalid>"));
  853     if (m_format_cache.GetValidator(match_data.GetTypeForCache(), retval)) {
  890   if (match_data.GetTypeForCache() && (!retval || !retval->NonCacheable())) {
  893               match_data.GetTypeForCache().AsCString("<invalid>"));
  894     m_format_cache.SetValidator(match_data.GetTypeForCache(), retval);
tools/lldb/source/DataFormatters/LanguageCategory.cpp
   45   if (match_data.GetTypeForCache()) {
   46     if (m_format_cache.GetFormat(match_data.GetTypeForCache(), format_sp))
   53   if (match_data.GetTypeForCache() &&
   55     m_format_cache.SetFormat(match_data.GetTypeForCache(), format_sp);
   68   if (match_data.GetTypeForCache()) {
   69     if (m_format_cache.GetSummary(match_data.GetTypeForCache(), format_sp))
   76   if (match_data.GetTypeForCache() &&
   78     m_format_cache.SetSummary(match_data.GetTypeForCache(), format_sp);
   91   if (match_data.GetTypeForCache()) {
   92     if (m_format_cache.GetSynthetic(match_data.GetTypeForCache(), format_sp))
   99   if (match_data.GetTypeForCache() &&
  101     m_format_cache.SetSynthetic(match_data.GetTypeForCache(), format_sp);
  114   if (match_data.GetTypeForCache()) {
  115     if (m_format_cache.GetValidator(match_data.GetTypeForCache(), format_sp))
  122   if (match_data.GetTypeForCache() &&
  124     m_format_cache.SetValidator(match_data.GetTypeForCache(), format_sp);
  142   if (match_data.GetTypeForCache() &&
  144     m_format_cache.SetFormat(match_data.GetTypeForCache(), format_sp);
  162   if (match_data.GetTypeForCache() &&
  164     m_format_cache.SetSummary(match_data.GetTypeForCache(), format_sp);
  182   if (match_data.GetTypeForCache() &&
  184     m_format_cache.SetSynthetic(match_data.GetTypeForCache(), format_sp);
  202   if (match_data.GetTypeForCache() &&
  204     m_format_cache.SetValidator(match_data.GetTypeForCache(), format_sp);