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

Declarations

tools/clang/include/clang/AST/ASTContext.h
 2105   CharUnits getTypeSizeInChars(const Type *T) const;

References

tools/clang/lib/AST/ASTContext.cpp
 2405   CharUnits UnionSize = Context.getTypeSizeInChars(RD->getTypeForDecl());
tools/clang/lib/AST/ExprConstant.cpp
 6355     CharUnits SizeOf = Info.Ctx.getTypeSizeInChars(T);
tools/clang/lib/AST/RecordLayoutBuilder.cpp
 1798         CharUnits TypeSize = Context.getTypeSizeInChars(BTy);
tools/clang/lib/CodeGen/CGExpr.cpp
 3540     CharUnits InterfaceSize = getContext().getTypeSizeInChars(OIT);
tools/clang/lib/CodeGen/CGExprScalar.cpp
 2545     CharUnits size = CGF.getContext().getTypeSizeInChars(OPT->getObjectType());
tools/clang/lib/CodeGen/CGObjCMac.cpp
 2539           CharUnits Size = CGM.getContext().getTypeSizeInChars(RT);
 5234       CharUnits eltSize = CGM.getContext().getTypeSizeInChars(recType);
tools/clang/lib/CodeGen/CodeGenTBAA.cpp
  115   uint64_t Size = Context.getTypeSizeInChars(Ty).getQuantity();
  328       uint64_t Size = Context.getTypeSizeInChars(Ty).getQuantity();
tools/clang/lib/StaticAnalyzer/Checkers/CastSizeChecker.cpp
   66     FlexSize = Ctx.getTypeSizeInChars(ElemType);
   72     FlexSize = Ctx.getTypeSizeInChars(ElemType);
tools/clang/tools/extra/clang-tidy/bugprone/SizeofExpressionCheck.cpp
   55   return Ctx.getTypeSizeInChars(Ty);