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()
577 Op.Ty->castAs<ComplexType>()->getElementType()); in EmitComplexBinOpLibCall()
579 Op.Ty->castAs<ComplexType>()->getElementType()); in EmitComplexBinOpLibCall()
581 Op.Ty->castAs<ComplexType>()->getElementType()); in EmitComplexBinOpLibCall()
583 Op.Ty->castAs<ComplexType>()->getElementType()); in EmitComplexBinOpLibCall()
595 4, Op.Ty->castAs<ComplexType>()->getElementType()); in EmitComplexBinOpLibCall()
791 if (Op.Ty->castAs<ComplexType>()->getElementType()->isUnsignedIntegerType()) { in EmitBinDiv()
1015 QualType Ty = E->getType()->castAs<ComplexType>()->getElementType(); in VisitInitListExpr()
1028 CGF.ConvertType(E->getType()->castAs<ComplexType>()->getElementType()); in VisitVAArgExpr()