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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  495       encoding_data_type = Type::eEncodingIsPointerUID;
  498       encoding_data_type = Type::eEncodingIsLValueReferenceUID;
  501       encoding_data_type = Type::eEncodingIsRValueReferenceUID;
  504       encoding_data_type = Type::eEncodingIsTypedefUID;
  507       encoding_data_type = Type::eEncodingIsConstUID;
  510       encoding_data_type = Type::eEncodingIsRestrictUID;
  513       encoding_data_type = Type::eEncodingIsVolatileUID;
  517     if (!clang_type && (encoding_data_type == Type::eEncodingIsPointerUID ||
  518                         encoding_data_type == Type::eEncodingIsTypedefUID)) {
  544                   encoding_data_type = Type::eEncodingIsUID;
  571             encoding_data_type = Type::eEncodingIsUID;
  583             encoding_data_type = Type::eEncodingIsUID;
  594             encoding_data_type = Type::eEncodingIsUID;
  598         } else if (encoding_data_type == Type::eEncodingIsPointerUID &&
  616                 encoding_data_type = Type::eEncodingIsUID;
  628         dwarf->GetUID(attrs.type.Reference()), encoding_data_type, &attrs.decl,