Home
last modified time | relevance | path

Searched refs:OrigType (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaOpenMP.cpp7313 QualType OrigType = Type; in ActOnOpenMPReductionClause() local
7314 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()