Searched refs:getCommonExpr (Results 1 – 8 of 8) sorted by relevance
179 auto *E = S.getCommonExpr(); in emitSuspendExpression()
1629 CodeGenFunction::OpaqueValueMapping binding(CGF, E->getCommonExpr()); in VisitArrayInitLoopExpr()
4659 Expr *getCommonExpr() const { in getCommonExpr() function4681 return getCommonExpr()->getEndLoc(); in getEndLoc()4722 return getCommonExpr(); in getOperand()4801 return getCommonExpr(); in getOperand()
5050 OpaqueValueExpr *getCommonExpr() const { in getCommonExpr() function5067 return getCommonExpr()->getBeginLoc(); in getBeginLoc()5070 return getCommonExpr()->getEndLoc(); in getEndLoc()
2592 if (OpaqueValueExpr *OVE = S->getCommonExpr())
9713 if (E->getCommonExpr() && in VisitArrayInitLoopExpr()9715 E->getCommonExpr(), in VisitArrayInitLoopExpr()9716 getStorageType(Info.Ctx, E->getCommonExpr()), false, in VisitArrayInitLoopExpr()9718 Info, E->getCommonExpr()->getSourceExpr())) in VisitArrayInitLoopExpr()
7856 auto Imp = importSeq(E->getType(), E->getCommonExpr(), E->getSubExpr()); in VisitArrayInitLoopExpr()
3544 Init = AIL->getCommonExpr(); in TransformInitializer()