Searched refs:getAssociatedExpression (Results 1 – 8 of 8) sorted by relevance
2059 if (isa<DeclRefExpr>(EI->getAssociatedExpression())) in isOpenMPCapturedByRef()2066 if (isa<ArraySubscriptExpr>(EI->getAssociatedExpression()) || in isOpenMPCapturedByRef()2067 isa<OMPArraySectionExpr>(EI->getAssociatedExpression()) || in isOpenMPCapturedByRef()2068 isa<MemberExpr>(EI->getAssociatedExpression()) || in isOpenMPCapturedByRef()2069 isa<OMPArrayShapingExpr>(EI->getAssociatedExpression())) { in isOpenMPCapturedByRef()2694 MapExpr = MI->getAssociatedExpression(); in EndOpenMPDSABlock()3491 MC.getAssociatedExpression()) || in VisitDeclRefExpr()3493 MC.getAssociatedExpression()) || in VisitDeclRefExpr()3495 MC.getAssociatedExpression())); in VisitDeclRefExpr()3582 StackComponents.back().getAssociatedExpression()) in VisitMemberExpr()[all …]
7573 const Expr *AssocExpr = I->getAssociatedExpression(); in generateInfoForComponentList()7661 EncounteredME = dyn_cast<MemberExpr>(I->getAssociatedExpression()); in generateInfoForComponentList()7691 isFinalArraySectionExpression(I->getAssociatedExpression()); in generateInfoForComponentList()7703 dyn_cast<OMPArraySectionExpr>(I->getAssociatedExpression()); in generateInfoForComponentList()7705 dyn_cast<OMPArrayShapingExpr>(I->getAssociatedExpression()); in generateInfoForComponentList()7706 const auto *UO = dyn_cast<UnaryOperator>(I->getAssociatedExpression()); in generateInfoForComponentList()7707 const auto *BO = dyn_cast<BinaryOperator>(I->getAssociatedExpression()); in generateInfoForComponentList()7713 I->getAssociatedExpression()->getType()->isAnyPointerType(); in generateInfoForComponentList()7723 isa<MemberExpr>(Next->getAssociatedExpression()) || in generateInfoForComponentList()7724 isa<ArraySubscriptExpr>(Next->getAssociatedExpression()) || in generateInfoForComponentList()[all …]
926 if (isa<DeclRefExpr>(EI->getAssociatedExpression())) in IsOpenMPCapturedByRef()933 if (isa<ArraySubscriptExpr>(EI->getAssociatedExpression()) || in IsOpenMPCapturedByRef()934 isa<OMPArraySectionExpr>(EI->getAssociatedExpression()) || in IsOpenMPCapturedByRef()935 isa<MemberExpr>(EI->getAssociatedExpression())) { in IsOpenMPCapturedByRef()10682 auto *RE = StackComponents.front().getAssociatedExpression(); in CheckMapConflicts()10698 (isa<ArraySubscriptExpr>(CI->getAssociatedExpression()) || in CheckMapConflicts()10699 isa<OMPArraySectionExpr>(CI->getAssociatedExpression())) && in CheckMapConflicts()10700 (isa<ArraySubscriptExpr>(SI->getAssociatedExpression()) || in CheckMapConflicts()10701 isa<OMPArraySectionExpr>(SI->getAssociatedExpression()))) { in CheckMapConflicts()10702 SemaRef.Diag(CI->getAssociatedExpression()->getExprLoc(), in CheckMapConflicts()[all …]
5262 if (auto *ME = dyn_cast<MemberExpr>(I->getAssociatedExpression())) { in generateInfoForComponentList()5269 BP = CGF.EmitLValue(cast<DeclRefExpr>(I->getAssociatedExpression())) in generateInfoForComponentList()5301 isFinalArraySectionExpression(I->getAssociatedExpression()); in generateInfoForComponentList()5307 dyn_cast<OMPArraySectionExpr>(I->getAssociatedExpression()); in generateInfoForComponentList()5313 I->getAssociatedExpression()->getType()->isAnyPointerType(); in generateInfoForComponentList()5320 isa<MemberExpr>(Next->getAssociatedExpression()) || in generateInfoForComponentList()5321 isa<ArraySubscriptExpr>(Next->getAssociatedExpression()) || in generateInfoForComponentList()5322 isa<OMPArraySectionExpr>(Next->getAssociatedExpression())) && in generateInfoForComponentList()5328 auto *LB = CGF.EmitLValue(I->getAssociatedExpression()).getPointer(); in generateInfoForComponentList()5329 auto *Size = getExprTypeSize(I->getAssociatedExpression()); in generateInfoForComponentList()
2053 Record.AddStmt(M.getAssociatedExpression()); in VisitOMPMapClause()2120 Record.AddStmt(M.getAssociatedExpression()); in VisitOMPToClause()2140 Record.AddStmt(M.getAssociatedExpression()); in VisitOMPFromClause()
6607 Record.AddStmt(M.getAssociatedExpression()); in VisitOMPMapClause()6697 Record.AddStmt(M.getAssociatedExpression()); in VisitOMPToClause()6727 Record.AddStmt(M.getAssociatedExpression()); in VisitOMPFromClause()6752 Record.AddStmt(M.getAssociatedExpression()); in VisitOMPUseDevicePtrClause()6772 Record.AddStmt(M.getAssociatedExpression()); in VisitOMPUseDeviceAddrClause()6792 Record.AddStmt(M.getAssociatedExpression()); in VisitOMPIsDevicePtrClause()
2812 Expr *getAssociatedExpression() const { return AssociatedExpression; } in getAssociatedExpression() function
4763 Expr *getAssociatedExpression() const { in getAssociatedExpression() function