Searched refs:getAssociatedExpression (Results 1 – 4 of 4) sorted by relevance
7633 const Expr *AssocExpr = I->getAssociatedExpression(); in generateInfoForComponentList()7722 EncounteredME = dyn_cast<MemberExpr>(I->getAssociatedExpression()); in generateInfoForComponentList()7752 isFinalArraySectionExpression(I->getAssociatedExpression()); in generateInfoForComponentList()7759 MapExpr = (I->getAssociatedExpression()) ? I->getAssociatedExpression() in generateInfoForComponentList()7766 dyn_cast<OMPArraySectionExpr>(I->getAssociatedExpression()); in generateInfoForComponentList()7768 dyn_cast<OMPArrayShapingExpr>(I->getAssociatedExpression()); in generateInfoForComponentList()7769 const auto *UO = dyn_cast<UnaryOperator>(I->getAssociatedExpression()); in generateInfoForComponentList()7770 const auto *BO = dyn_cast<BinaryOperator>(I->getAssociatedExpression()); in generateInfoForComponentList()7776 I->getAssociatedExpression()->getType()->isAnyPointerType(); in generateInfoForComponentList()7777 bool IsMemberReference = isa<MemberExpr>(I->getAssociatedExpression()) && in generateInfoForComponentList()[all …]
2070 if (isa<DeclRefExpr>(EI->getAssociatedExpression())) in isOpenMPCapturedByRef()2077 if (isa<ArraySubscriptExpr>(EI->getAssociatedExpression()) || in isOpenMPCapturedByRef()2078 isa<OMPArraySectionExpr>(EI->getAssociatedExpression()) || in isOpenMPCapturedByRef()2079 isa<MemberExpr>(EI->getAssociatedExpression()) || in isOpenMPCapturedByRef()2080 isa<OMPArrayShapingExpr>(EI->getAssociatedExpression())) { in isOpenMPCapturedByRef()2710 MapExpr = MI->getAssociatedExpression(); in EndOpenMPDSABlock()3592 MC.getAssociatedExpression()) || in VisitDeclRefExpr()3594 MC.getAssociatedExpression()) || in VisitDeclRefExpr()3596 MC.getAssociatedExpression())); in VisitDeclRefExpr()3683 StackComponents.back().getAssociatedExpression()) in VisitMemberExpr()[all …]
6431 Record.AddStmt(M.getAssociatedExpression()); in VisitOMPMapClause()6521 Record.AddStmt(M.getAssociatedExpression()); in VisitOMPToClause()6551 Record.AddStmt(M.getAssociatedExpression()); in VisitOMPFromClause()6576 Record.AddStmt(M.getAssociatedExpression()); in VisitOMPUseDevicePtrClause()6596 Record.AddStmt(M.getAssociatedExpression()); in VisitOMPUseDeviceAddrClause()6616 Record.AddStmt(M.getAssociatedExpression()); in VisitOMPIsDevicePtrClause()
4857 Expr *getAssociatedExpression() const { in getAssociatedExpression() function