Searched refs:AssocExpr (Results 1 – 2 of 2) sorted by relevance
7007 const Expr *AssocExpr = I->getAssociatedExpression(); in generateInfoForComponentList() local7008 const auto *AE = dyn_cast<ArraySubscriptExpr>(AssocExpr); in generateInfoForComponentList()7009 const auto *OASE = dyn_cast<OMPArraySectionExpr>(AssocExpr); in generateInfoForComponentList()7011 if (isa<MemberExpr>(AssocExpr)) { in generateInfoForComponentList()7018 BP = CGF.EmitOMPSharedLValue(AssocExpr).getAddress(); in generateInfoForComponentList()7022 BP = CGF.EmitOMPSharedLValue(AssocExpr).getAddress(); in generateInfoForComponentList()
9083 ExprResult AssocExpr = getDerived().TransformExpr(E->getAssocExpr(i)); in TransformGenericSelectionExpr() local9084 if (AssocExpr.isInvalid()) in TransformGenericSelectionExpr()9086 AssocExprs.push_back(AssocExpr.get()); in TransformGenericSelectionExpr()