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

References

tools/clang/lib/AST/ASTContext.cpp
 2097     Width = toBits(Layout.getSize());
 2125     Width = toBits(Layout.getSize());
 7189     size = includeVBases ? layout.getSize() : layout.getNonVirtualSize();
 7191     size = layout.getSize();
tools/clang/lib/AST/RecordLayoutBuilder.cpp
  195       EmptySize = Layout.getSize();
  219       EmptySize = Layout.getSize();
  461       ElementOffset += Layout.getSize();
  569       ElementOffset += Layout.getSize();
 1210     setSize(std::max(getSize(), Layout.getSize()));
 1248     setSize(std::max(getSize(), Offset + Layout.getSize()));
 3413   OS << "[sizeof=" << Layout.getSize().getQuantity();
 3448   OS << "  Size:" << toBits(Info.getSize()) << "\n";
tools/clang/lib/CodeGen/CGExprAgg.cpp
 1906           getContext().getASTRecordLayout(BaseRD).getSize() <=
tools/clang/lib/CodeGen/CGObjCGNU.cpp
 1792       Context.getASTObjCInterfaceLayout(SuperClassDecl).getSize().getQuantity();
 1796       0 - (Context.getASTObjCImplementationLayout(OID).getSize().getQuantity() -
 3405     Context.getASTObjCImplementationLayout(OID).getSize().getQuantity();
 3420     Context.getASTObjCInterfaceLayout(SuperClassDecl).getSize().getQuantity();
tools/clang/lib/CodeGen/CGObjCMac.cpp
 3544     CGM.getContext().getASTObjCImplementationLayout(ID).getSize();
tools/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
  263   CharUnits Size = NVBaseType ? Layout.getNonVirtualSize() : Layout.getSize();
  287   CharUnits LayoutSize = Layout.getSize();
  742     if (Builder.Layout.getNonVirtualSize() != Builder.Layout.getSize()) {
  786   uint64_t TypeSizeInBits = getContext().toBits(Layout.getSize());
tools/clang/lib/StaticAnalyzer/Checkers/PaddingChecker.cpp
  206     PaddingSum += RL.getSize() - Offset;
tools/lldb/source/Plugins/ExpressionParser/Clang/ASTStructExtractor.cpp
   95       struct_layout->getSize()
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
 1810   size = record_layout.getSize().getQuantity() * m_ast_context->getCharWidth();