Lines Matching defs:DeclareReductionRef
18345 ExprResult DeclareReductionRef = buildDeclareReductionRef(
18350 (DeclareReductionRef.isUnset() ||
18351 isa<UnresolvedLookupExpr>(DeclareReductionRef.get())))
18352 ReductionOp = DeclareReductionRef.get();
18469 ExprResult DeclareReductionRef = buildDeclareReductionRef(
18472 if (DeclareReductionRef.isInvalid())
18475 (DeclareReductionRef.isUnset() ||
18476 isa<UnresolvedLookupExpr>(DeclareReductionRef.get()))) {
18477 RD.push(RefExpr, DeclareReductionRef.get());
18480 if (BOK == BO_Comma && DeclareReductionRef.isUnset()) {
18501 if (DeclareReductionRef.isUnset()) {
18592 if (DeclareReductionRef.isUsable()) {
18593 auto *DRDRef = DeclareReductionRef.getAs<DeclRefExpr>();
18701 if (Init && DeclareReductionRef.isUnset()) {
18716 if (!RHSVD->hasInit() && DeclareReductionRef.isUnset()) {
18728 if (DeclareReductionRef.isUsable()) {
18729 QualType RedTy = DeclareReductionRef.get()->getType();
18748 S.DefaultLvalueConversion(DeclareReductionRef.get()).get());
18854 if ((DeclareReductionRef.isUnset() && IsParentReductionOp) ||
18855 (DeclareReductionRef.isUsable() && IsParentBOK) ||
18858 if (IsParentReductionOp && DeclareReductionRef.isUsable()) {
18861 DeclareReductionRef.get()->Profile(RedId, Context,
18929 if (DeclareReductionRef.isUsable())
18931 DeclareReductionRef.get());