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

Declarations

tools/clang/include/clang/AST/ASTContext.h
 2150   std::pair<CharUnits, CharUnits> getTypeInfoDataSizeInChars(QualType T) const;

References

tools/clang/lib/CodeGen/CGClass.cpp
  929                     Ctx.getTypeInfoDataSizeInChars(LastField->getType()).first);
tools/clang/lib/CodeGen/CGExprAgg.cpp
 1954     TypeInfo = getContext().getTypeInfoDataSizeInChars(Ty);
tools/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
  605             Context.getTypeInfoDataSizeInChars(Prior->FD->getType()).first);
tools/clang/lib/CodeGen/CGValue.h
  623     return mayOverlap() ? Ctx.getTypeInfoDataSizeInChars(Type).first