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

References

tools/lldb/source/DataFormatters/FormatManager.cpp
  183   if (valobj.GetBitfieldBitSize() > 0) {
  185     sstring.Printf("%s:%d", type_name.AsCString(), valobj.GetBitfieldBitSize());
  206         valobj, non_ref_type,
  216           valobj, deffed_referenced_type,
  226         valobj, non_ptr_type,
  234           valobj, deffed_pointed_type,
  241   for (lldb::LanguageType language_type : GetCandidateLanguages(valobj)) {
  244            language->GetPossibleFormattersMatches(valobj, use_dynamic)) {
  257         valobj, deffed_type,
  273         GetPossibleMatches(valobj, unqual_compiler_ast_type, reason,
  279     if (valobj.IsDynamic()) {
  280       lldb::ValueObjectSP static_value_sp(valobj.GetStaticValue());