Searched refs:OrigType (Results 1 – 1 of 1) sorted by relevance
7313 QualType OrigType = Type; in ActOnOpenMPReductionClause() local7314 if (auto *ComplexTy = OrigType->getAs<ComplexType>()) { in ActOnOpenMPReductionClause()7329 if (Init && OrigType->isAnyComplexType()) { in ActOnOpenMPReductionClause()7331 auto *Im = new (Context) ImaginaryLiteral(Init, OrigType); in ActOnOpenMPReductionClause()7334 Type = OrigType; in ActOnOpenMPReductionClause()