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

References

tools/clang/lib/CodeGen/TargetInfo.cpp
 4157   if (const ComplexType *CTy = Ty->getAs<ComplexType>())
 4158     Ty = CTy->getElementType();
 4160   if (Ty->isVectorType())
 4161     return CharUnits::fromQuantity(getContext().getTypeSize(Ty) == 128 ? 16
 4167   if (const Type *EltType = isSingleElementStruct(Ty, getContext())) {