Lines Matching refs:castAs
208 QualType Elem = E->getType()->castAs<ComplexType>()->getElementType(); in VisitCXXScalarValueInitExpr()
214 QualType Elem = E->getType()->castAs<ComplexType>()->getElementType(); in VisitImplicitValueInitExpr()
311 QualType eltType = complexType->castAs<ComplexType>()->getElementType(); in emitAddrOfImagComponent()
400 SrcType = SrcType->castAs<ComplexType>()->getElementType(); in EmitComplexToComplexCast()
401 DestType = DestType->castAs<ComplexType>()->getElementType(); in EmitComplexToComplexCast()
416 DestType = DestType->castAs<ComplexType>()->getElementType(); in EmitScalarToComplexCast()
578 Op.Ty->castAs<ComplexType>()->getElementType()); in EmitComplexBinOpLibCall()
580 Op.Ty->castAs<ComplexType>()->getElementType()); in EmitComplexBinOpLibCall()
582 Op.Ty->castAs<ComplexType>()->getElementType()); in EmitComplexBinOpLibCall()
584 Op.Ty->castAs<ComplexType>()->getElementType()); in EmitComplexBinOpLibCall()
596 4, Op.Ty->castAs<ComplexType>()->getElementType()); in EmitComplexBinOpLibCall()
792 if (Op.Ty->castAs<ComplexType>()->getElementType()->isUnsignedIntegerType()) { in EmitBinDiv()
1016 QualType Ty = E->getType()->castAs<ComplexType>()->getElementType(); in VisitInitListExpr()
1029 CGF.ConvertType(E->getType()->castAs<ComplexType>()->getElementType()); in VisitVAArgExpr()