Home | History | Annotate | Download | only in Sema

Lines Matching defs:ElementType

392   QualType ElementType;
398 ElementType = AType->getElementType();
404 ElementType = VType->getElementType();
409 ElementType = ILE->getType();
884 QualType elementType = DeclType->getAs<ComplexType>()->getElementType();
890 CheckSubElementType(ElementEntity, IList, elementType, Index,
1031 QualType elementType = VT->getElementType();
1090 CheckSubElementType(ElementEntity, IList, elementType, Index,
1109 CheckSubElementType(ElementEntity, IList, elementType, Index,
1118 VecType = SemaRef.Context.getExtVectorType(elementType, numIElts);
1120 VecType = SemaRef.Context.getVectorType(elementType, numIElts,
1190 QualType elementType = arrayType->getElementType();
1233 CheckSubElementType(ElementEntity, IList, elementType, Index,
1253 DeclType = SemaRef.Context.getConstantArrayType(elementType, maxElements,
1998 QualType ElementType = AT->getElementType();
2003 ElementType, 0, 0, Index,