Home | History | Annotate | Download | only in Sema

Lines Matching defs:EltType

2362       QualType eltType = LHSType->getAs<VectorType>()->getElementType();
2363 resType = Context.getVectorType(eltType, numResElements,
7870 const Type* EltType = BaseExpr->getType().getTypePtr();
7871 if (EltType->isAnyPointerType())
7872 return EltType->getPointeeType().getTypePtr();
7873 else if (EltType->isArrayType())
7874 return EltType->getBaseElementTypeUnsafe();
7875 return EltType;