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

References

tools/clang/lib/AST/RecordLayoutBuilder.cpp
 3431     ::DumpRecordLayout(OS, RD, *this, CharUnits(), 0, nullptr,
 3445   OS << "Type: " << getTypeDeclType(RD).getAsString() << "\n";
 3446   OS << "\nLayout: ";
 3447   OS << "<ASTRecordLayout\n";
 3448   OS << "  Size:" << toBits(Info.getSize()) << "\n";
 3450     OS << "  DataSize:" << toBits(Info.getDataSize()) << "\n";
 3451   OS << "  Alignment:" << toBits(Info.getAlignment()) << "\n";
 3452   OS << "  FieldOffsets: [";
 3454     if (i) OS << ", ";
 3455     OS << Info.getFieldOffset(i);
 3457   OS << "]>\n";