Searched refs:ComplexTy (Results 1 – 4 of 4) sorted by relevance
1679 if (const auto *ComplexTy = E->getType()->getAs<ComplexType>()) { in VisitImplicitValueInitExpr() local1681 QualType ElemQT = ComplexTy->getElementType(); in VisitImplicitValueInitExpr()1928 if (const auto *ComplexTy = QT->getAs<ComplexType>()) { in visitInitList() local1934 QualType ElemQT = ComplexTy->getElementType(); in visitInitList()
1123 QualType ComplexTy, in handleComplexIntegerToFloatConversion() argument1128 QualType fpTy = ComplexTy->castAs<ComplexType>()->getElementType(); in handleComplexIntegerToFloatConversion()1132 IntExpr = S.ImpCastExprToType(IntExpr.get(), ComplexTy, in handleComplexIntegerToFloatConversion()
19275 if (auto *ComplexTy = OrigType->getAs<ComplexType>()) in actOnOMPReductionKindClause() local19276 Type = ComplexTy->getElementType(); in actOnOMPReductionKindClause()
7479 const ComplexType *ComplexTy = Ty->castAs<ComplexType>(); in visitComplex() local7480 QualType EltTy = ComplexTy->getElementType(); in visitComplex()