Home | History | Annotate | Download | only in Sema

Lines Matching defs:ElementType

565   QualType ElementType;
571 ElementType = AType->getElementType();
577 ElementType = VType->getElementType();
582 ElementType = ILE->getType();
1049 QualType elementType = DeclType->getAs<ComplexType>()->getElementType();
1055 CheckSubElementType(ElementEntity, IList, elementType, Index,
1196 QualType elementType = VT->getElementType();
1255 CheckSubElementType(ElementEntity, IList, elementType, Index,
1280 unsigned typeSize = SemaRef.Context.getTypeSize(elementType);
1282 if (elementType->isFloatingType())
1284 else if (elementType->isSignedIntegerType())
1286 else if (elementType->isUnsignedIntegerType())
1314 CheckSubElementType(ElementEntity, IList, elementType, Index,
1323 VecType = SemaRef.Context.getExtVectorType(elementType, numIElts);
1325 VecType = SemaRef.Context.getVectorType(elementType, numIElts,
1396 QualType elementType = arrayType->getElementType();
1439 CheckSubElementType(ElementEntity, IList, elementType, Index,
1459 DeclType = SemaRef.Context.getConstantArrayType(elementType, maxElements,
2294 QualType ElementType = AT->getElementType();
2299 ElementType, nullptr, nullptr, Index,