Searched refs:ReductionType (Results 1 – 2 of 2) sorted by relevance
21290 QualType ReductionType = SemaRef.GetTypeFromParser(ParsedType.get()); in ActOnOpenMPDeclareReductionType() local21291 if (ReductionType.isNull()) in ActOnOpenMPDeclareReductionType()21298 if (ReductionType.hasQualifiers()) { in ActOnOpenMPDeclareReductionType()21303 if (ReductionType->isFunctionType()) { in ActOnOpenMPDeclareReductionType()21307 if (ReductionType->isReferenceType()) { in ActOnOpenMPDeclareReductionType()21311 if (ReductionType->isArrayType()) { in ActOnOpenMPDeclareReductionType()21315 return ReductionType; in ActOnOpenMPDeclareReductionType()21418 QualType ReductionType = DRD->getType(); in ActOnOpenMPDeclareReductionCombinerStart() local21426 buildVarDecl(SemaRef, D->getLocation(), ReductionType, "omp_in"); in ActOnOpenMPDeclareReductionCombinerStart()21434 buildVarDecl(SemaRef, D->getLocation(), ReductionType, "omp_out"); in ActOnOpenMPDeclareReductionCombinerStart()[all …]
327 QualType ReductionType = Actions.OpenMP().ActOnOpenMPDeclareReductionType( in ParseOpenMPDeclareReductionDirective() local329 if (!ReductionType.isNull()) { in ParseOpenMPDeclareReductionDirective()331 std::make_pair(ReductionType, Range.getBegin())); in ParseOpenMPDeclareReductionDirective()