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

References

tools/clang/lib/Sema/SemaInit.cpp
 1701       CheckSubElementType(ElementEntity, IList, elementType, Index,
 1726       unsigned typeSize = SemaRef.Context.getTypeSize(elementType);
 1728       if (elementType->isFloatingType())
 1730       else if (elementType->isSignedIntegerType())
 1732       else if (elementType->isUnsignedIntegerType())
 1760       CheckSubElementType(ElementEntity, IList, elementType, Index,
 1769         VecType = SemaRef.Context.getExtVectorType(elementType, numIElts);
 1771         VecType = SemaRef.Context.getVectorType(elementType, numIElts,