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

References

tools/clang/lib/CodeGen/CGExprCXX.cpp
  978   QualType::DestructionKind DtorKind = ElementType.isDestructedType();
  982   CharUnits ElementSize = getContext().getTypeSizeInChars(ElementType);
  990     if (!CGM.getTypes().isZeroInitializable(ElementType))
 1002           getContext().getTypeSizeInChars(ElementType).getQuantity() *
 1021           AggValueSlot::forAddr(CurPtr, ElementType.getQualifiers(),
 1073                                        ElementType, ElementAlign,
 1163   ImplicitValueInitExpr IVIE(ElementType);
 1176   assert(getContext().hasSameUnqualifiedType(ElementType, Init->getType()) &&
 1240                                    ElementType, ElementAlign,