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

References

lib/DebugInfo/PDB/Native/NativeTypePointer.cpp
   37   NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields);
   40     dumpSymbolIdField(OS, "classParentId", getClassParentId(), Indent, Session,
   44   dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session,
   47   dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session,
   49   dumpSymbolField(OS, "length", getLength(), Indent);
   50   dumpSymbolField(OS, "constType", isConstType(), Indent);
   51   dumpSymbolField(OS, "isPointerToDataMember", isPointerToDataMember(), Indent);
   53                   Indent);
   54   dumpSymbolField(OS, "RValueReference", isRValueReference(), Indent);
   55   dumpSymbolField(OS, "reference", isReference(), Indent);
   56   dumpSymbolField(OS, "restrictedType", isRestrictedType(), Indent);
   59       dumpSymbolField(OS, "isSingleInheritance", 1, Indent);
   61       dumpSymbolField(OS, "isMultipleInheritance", 1, Indent);
   63       dumpSymbolField(OS, "isVirtualInheritance", 1, Indent);
   65   dumpSymbolField(OS, "unalignedType", isUnalignedType(), Indent);
   66   dumpSymbolField(OS, "volatileType", isVolatileType(), Indent);