Home | History | Annotate | Download | only in Sema

Lines Matching refs:eltType

1360       QualType eltType = LHSType->getAs<VectorType>()->getElementType();
1361 resType = Context.getVectorType(eltType, numResElements,
4537 const Type* EltType = BaseExpr->getType().getTypePtr();
4538 if (EltType->isAnyPointerType())
4539 return EltType->getPointeeType().getTypePtr();
4540 else if (EltType->isArrayType())
4541 return EltType->getBaseElementTypeUnsafe();
4542 return EltType;