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

References

tools/clang/lib/CodeGen/CGExprAgg.cpp
  486   CharUnits elementSize = CGF.getContext().getTypeSizeInChars(elementType);
  494       elementType.isTriviallyCopyableType(CGF.getContext())) {
  516   QualType::DestructionKind dtorKind = elementType.isDestructedType();
  528     CGF.pushIrregularPartialArrayCleanup(begin, endOfInit, elementType,
  560       CGF.MakeAddrLValue(Address(element, elementAlign), elementType);
  573         CGF.getTypes().isZeroInitializable(elementType))) {
  607         CGF.MakeAddrLValue(Address(currentElement, elementAlign), elementType);