Greg Clayton 4a792072ce <rdar://problem/12493007>
Added a new API call to help efficiently determine if a SBValue could have children:

     bool
     SBValue::MightHaveChildren ();
     
This is inteneded to be used bui GUI programs that need to show if a SBValue needs a disclosure triangle when displaying a hierarchical type in a tree view without having to complete the type (by calling SBValue::GetNumChildren()) as completing the type is expensive.

llvm-svn: 166460
2012-10-23 01:50:10 +00:00
..
2012-10-22 22:03:16 +00:00
2012-10-23 01:50:10 +00:00
2012-10-19 22:22:57 +00:00
2012-10-23 01:50:10 +00:00
2012-10-23 01:50:10 +00:00
2012-03-05 18:25:29 +00:00
2010-06-09 03:55:24 +00:00