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

References

lib/DebugInfo/PDB/Native/NativeTypeUDT.cpp
   41   NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields);
   43   dumpSymbolField(OS, "name", getName(), Indent);
   44   dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session,
   48     dumpSymbolIdField(OS, "unmodifiedTypeId", getUnmodifiedTypeId(), Indent,
   52     dumpSymbolField(OS, "virtualTableShapeId", getVirtualTableShapeId(),
   54   dumpSymbolField(OS, "length", getLength(), Indent);
   55   dumpSymbolField(OS, "udtKind", getUdtKind(), Indent);
   56   dumpSymbolField(OS, "constructor", hasConstructor(), Indent);
   57   dumpSymbolField(OS, "constType", isConstType(), Indent);
   58   dumpSymbolField(OS, "hasAssignmentOperator", hasAssignmentOperator(), Indent);
   59   dumpSymbolField(OS, "hasCastOperator", hasCastOperator(), Indent);
   60   dumpSymbolField(OS, "hasNestedTypes", hasNestedTypes(), Indent);
   61   dumpSymbolField(OS, "overloadedOperator", hasOverloadedOperator(), Indent);
   62   dumpSymbolField(OS, "isInterfaceUdt", isInterfaceUdt(), Indent);
   63   dumpSymbolField(OS, "intrinsic", isIntrinsic(), Indent);
   64   dumpSymbolField(OS, "nested", isNested(), Indent);
   65   dumpSymbolField(OS, "packed", isPacked(), Indent);
   66   dumpSymbolField(OS, "isRefUdt", isRefUdt(), Indent);
   67   dumpSymbolField(OS, "scoped", isScoped(), Indent);
   68   dumpSymbolField(OS, "unalignedType", isUnalignedType(), Indent);
   69   dumpSymbolField(OS, "isValueUdt", isValueUdt(), Indent);
   70   dumpSymbolField(OS, "volatileType", isVolatileType(), Indent);