reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
131 NativeRawSymbol::dump(OS, Indent, ShowIdFields, RecurseIdFields); 133 dumpSymbolField(OS, "baseType", static_cast<uint32_t>(getBuiltinType()), 135 dumpSymbolIdField(OS, "lexicalParentId", 0, Indent, Session, 138 dumpSymbolField(OS, "name", getName(), Indent); 139 dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session, 142 dumpSymbolIdField(OS, "unmodifiedTypeId", getUnmodifiedTypeId(), Indent, 145 dumpSymbolField(OS, "length", getLength(), Indent); 146 dumpSymbolField(OS, "constructor", hasConstructor(), Indent); 147 dumpSymbolField(OS, "constType", isConstType(), Indent); 148 dumpSymbolField(OS, "hasAssignmentOperator", hasAssignmentOperator(), Indent); 149 dumpSymbolField(OS, "hasCastOperator", hasCastOperator(), Indent); 150 dumpSymbolField(OS, "hasNestedTypes", hasNestedTypes(), Indent); 151 dumpSymbolField(OS, "overloadedOperator", hasOverloadedOperator(), Indent); 152 dumpSymbolField(OS, "isInterfaceUdt", isInterfaceUdt(), Indent); 153 dumpSymbolField(OS, "intrinsic", isIntrinsic(), Indent); 154 dumpSymbolField(OS, "nested", isNested(), Indent); 155 dumpSymbolField(OS, "packed", isPacked(), Indent); 156 dumpSymbolField(OS, "isRefUdt", isRefUdt(), Indent); 157 dumpSymbolField(OS, "scoped", isScoped(), Indent); 158 dumpSymbolField(OS, "unalignedType", isUnalignedType(), Indent); 159 dumpSymbolField(OS, "isValueUdt", isValueUdt(), Indent); 160 dumpSymbolField(OS, "volatileType", isVolatileType(), Indent);