Home | History | Annotate | Download | only in Sema

Lines Matching defs:ElementType

479   QualType ElementType;
485 ElementType = AType->getElementType();
491 ElementType = VType->getElementType();
496 ElementType = ILE->getType();
967 QualType elementType = DeclType->getAs<ComplexType>()->getElementType();
973 CheckSubElementType(ElementEntity, IList, elementType, Index,
1114 QualType elementType = VT->getElementType();
1173 CheckSubElementType(ElementEntity, IList, elementType, Index,
1192 CheckSubElementType(ElementEntity, IList, elementType, Index,
1201 VecType = SemaRef.Context.getExtVectorType(elementType, numIElts);
1203 VecType = SemaRef.Context.getVectorType(elementType, numIElts,
1274 QualType elementType = arrayType->getElementType();
1317 CheckSubElementType(ElementEntity, IList, elementType, Index,
1337 DeclType = SemaRef.Context.getConstantArrayType(elementType, maxElements,
2155 QualType ElementType = AT->getElementType();
2160 ElementType, 0, 0, Index,