Lines Matching refs:ReductionId
6246 const DeclarationNameInfo &ReductionId, OpenMPDependClauseKind DepKind,
6265 EndLoc, ReductionIdScopeSpec, ReductionId);
6961 const DeclarationNameInfo &ReductionId) {
6967 auto DN = ReductionId.getName();
7053 ReductionIdRange.setEnd(ReductionId.getEndLoc());
7056 Diag(ReductionId.getLocStart(), diag::err_omp_unknown_reduction_identifier)
7422 BuildBinOp(DSAStack->getCurScope(), ReductionId.getLocStart(), BOK,
7427 BuildBinOp(DSAStack->getCurScope(), ReductionId.getLocStart(),
7434 BuildBinOp(DSAStack->getCurScope(), ReductionId.getLocStart(),
7455 ReductionIdScopeSpec.getWithLocInContext(Context), ReductionId, Privates,