Lines Matching refs:SimpleExpr
12128 Expr *SimpleExpr = RefExpr->IgnoreParenCasts(); in ActOnOpenMPDependClause() local
12149 SimpleExpr = SimpleExpr->IgnoreImplicit(); in ActOnOpenMPDependClause()
12152 Expr *LHS = SimpleExpr; in ActOnOpenMPDependClause()
12154 if (auto *BO = dyn_cast<BinaryOperator>(SimpleExpr)) { in ActOnOpenMPDependClause()
12159 } else if (auto *OCE = dyn_cast<CXXOperatorCallExpr>(SimpleExpr)) { in ActOnOpenMPDependClause()
12164 } else if (auto *MCE = dyn_cast<CXXMemberCallExpr>(SimpleExpr)) { in ActOnOpenMPDependClause()
12208 auto *ASE = dyn_cast<ArraySubscriptExpr>(SimpleExpr); in ActOnOpenMPDependClause()
12222 if (!Res.isUsable() && !isa<OMPArraySectionExpr>(SimpleExpr)) { in ActOnOpenMPDependClause()
12934 Expr *SimpleExpr = RE->IgnoreParenCasts(); in checkMappableExpressionList() local
12949 SemaRef, SimpleExpr, CurComponents, CKind, /*NoDiagnose=*/false); in checkMappableExpressionList()
13003 if (checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()
13007 checkMapConflicts(SemaRef, DSAS, CurDeclaration, SimpleExpr, in checkMappableExpressionList()