Searched refs:getCommonExpr (Results 1 – 9 of 9) sorted by relevance
221 auto D = E->getCommonExpr()->getDependence() | in computeDependence()354 (E->getCommonExpr()->getDependence() & ~ExprDependence::TypeValue); in computeDependence()355 return E->getCommonExpr()->getDependence() | in computeDependence()
10517 if (E->getCommonExpr() && in VisitArrayInitLoopExpr()10519 E->getCommonExpr(), in VisitArrayInitLoopExpr()10520 getStorageType(Info.Ctx, E->getCommonExpr()), in VisitArrayInitLoopExpr()10522 Info, E->getCommonExpr()->getSourceExpr())) in VisitArrayInitLoopExpr()
7946 auto ToCommonExpr = importChecked(Err, E->getCommonExpr()); in VisitArrayInitLoopExpr()
179 auto *E = S.getCommonExpr(); in emitSuspendExpression()
1771 CodeGenFunction::OpaqueValueMapping binding(CGF, E->getCommonExpr()); in VisitArrayInitLoopExpr()
4726 Expr *getCommonExpr() const { in getCommonExpr() function4748 return getCommonExpr()->getEndLoc(); in getEndLoc()4789 return getCommonExpr(); in getOperand()4866 return getCommonExpr(); in getOperand()
5357 OpaqueValueExpr *getCommonExpr() const { in getCommonExpr() function5374 return getCommonExpr()->getBeginLoc(); in getBeginLoc()5377 return getCommonExpr()->getEndLoc(); in getEndLoc()
2622 if (OpaqueValueExpr *OVE = S->getCommonExpr())
3823 Init = AIL->getCommonExpr(); in TransformInitializer()