Home | History | Annotate | Download | only in AST

Lines Matching refs:ElemTy

7551   QualType ElemTy = E->getType()->castAs<ComplexType>()->getElementType();
7552 if (ElemTy->isRealFloatingType()) {
7554 APFloat Zero = APFloat::getZero(Info.Ctx.getFloatTypeSemantics(ElemTy));
7559 APSInt Zero = Info.Ctx.MakeIntValue(0, ElemTy);