Lines Matching refs:CurE

10492     if (auto *CurE = dyn_cast<DeclRefExpr>(E)) {  in CheckMapClauseExpressionBase()  local
10493 if (!isa<VarDecl>(CurE->getDecl())) in CheckMapClauseExpressionBase()
10496 RelevantExpr = CurE; in CheckMapClauseExpressionBase()
10505 CurE, CurE->getDecl())); in CheckMapClauseExpressionBase()
10509 if (auto *CurE = dyn_cast<MemberExpr>(E)) { in CheckMapClauseExpressionBase() local
10510 auto *BaseE = CurE->getBase()->IgnoreParenImpCasts(); in CheckMapClauseExpressionBase()
10514 RelevantExpr = CurE; in CheckMapClauseExpressionBase()
10518 if (!isa<FieldDecl>(CurE->getMemberDecl())) { in CheckMapClauseExpressionBase()
10520 << CurE->getSourceRange(); in CheckMapClauseExpressionBase()
10524 auto *FD = cast<FieldDecl>(CurE->getMemberDecl()); in CheckMapClauseExpressionBase()
10531 << CurE->getSourceRange() << getOpenMPClauseName(CKind); in CheckMapClauseExpressionBase()
10547 << CurE->getSourceRange(); in CheckMapClauseExpressionBase()
10563 OMPClauseMappableExprCommon::MappableComponent(CurE, FD)); in CheckMapClauseExpressionBase()
10567 if (auto *CurE = dyn_cast<ArraySubscriptExpr>(E)) { in CheckMapClauseExpressionBase() local
10568 E = CurE->getBase()->IgnoreParenImpCasts(); in CheckMapClauseExpressionBase()
10572 << 0 << CurE->getSourceRange(); in CheckMapClauseExpressionBase()
10579 if (CheckArrayExpressionDoesNotReferToWholeSize(SemaRef, CurE, in CheckMapClauseExpressionBase()
10585 OMPClauseMappableExprCommon::MappableComponent(CurE, nullptr)); in CheckMapClauseExpressionBase()
10589 if (auto *CurE = dyn_cast<OMPArraySectionExpr>(E)) { in CheckMapClauseExpressionBase() local
10590 E = CurE->getBase()->IgnoreParenImpCasts(); in CheckMapClauseExpressionBase()
10605 << 0 << CurE->getSourceRange(); in CheckMapClauseExpressionBase()
10610 CheckArrayExpressionDoesNotReferToWholeSize(SemaRef, CurE, CurType); in CheckMapClauseExpressionBase()
10612 CheckArrayExpressionDoesNotReferToUnitySize(SemaRef, CurE, CurType); in CheckMapClauseExpressionBase()
10628 << CurE->getSourceRange(); in CheckMapClauseExpressionBase()
10634 OMPClauseMappableExprCommon::MappableComponent(CurE, nullptr)); in CheckMapClauseExpressionBase()