Home | History | Annotate | Download | only in AST

Lines Matching refs:ElemTy

5800   QualType ElemTy = E->getType()->getAs<ComplexType>()->getElementType();
5801 if (ElemTy->isRealFloatingType()) {
5803 APFloat Zero = APFloat::getZero(Info.Ctx.getFloatTypeSemantics(ElemTy));
5808 APSInt Zero = Info.Ctx.MakeIntValue(0, ElemTy);