Searched refs:ComplexTy (Results 1 – 3 of 3) sorted by relevance
1249 if (const auto *ComplexTy = E->getType()->getAs<ComplexType>()) { in VisitImplicitValueInitExpr() local1251 QualType ElemQT = ComplexTy->getElementType(); in VisitImplicitValueInitExpr()1475 if (const auto *ComplexTy = QT->getAs<ComplexType>()) { in visitInitList() local1481 QualType ElemQT = ComplexTy->getElementType(); in visitInitList()
1096 QualType ComplexTy, in handleComplexIntegerToFloatConversion() argument1101 QualType fpTy = ComplexTy->castAs<ComplexType>()->getElementType(); in handleComplexIntegerToFloatConversion()1105 IntExpr = S.ImpCastExprToType(IntExpr.get(), ComplexTy, in handleComplexIntegerToFloatConversion()
18620 if (auto *ComplexTy = OrigType->getAs<ComplexType>()) in actOnOMPReductionKindClause() local18621 Type = ComplexTy->getElementType(); in actOnOMPReductionKindClause()