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

References

tools/clang/lib/CodeGen/CGExprAgg.cpp
 1662   CharUnits elementSize = CGF.getContext().getTypeSizeInChars(elementType);
 1677   QualType::DestructionKind dtorKind = elementType.isDestructedType();
 1682     CGF.pushRegularPartialArrayCleanup(outerBegin, element, elementType,
 1697         CGF.MakeAddrLValue(Address(element, elementAlign), elementType);