Searched refs:LHSExp (Results 1 – 4 of 4) sorted by relevance
5473 Expr *LHSExp = Base; in CreateBuiltinArraySubscriptExpr() local5494 LHSExp = Result.get(); in CreateBuiltinArraySubscriptExpr()5510 BaseExpr = LHSExp; in CreateBuiltinArraySubscriptExpr()5514 BaseExpr = LHSExp; in CreateBuiltinArraySubscriptExpr()5519 BaseExpr = LHSExp; in CreateBuiltinArraySubscriptExpr()5532 IndexExpr = LHSExp; in CreateBuiltinArraySubscriptExpr()5538 IndexExpr = LHSExp; in CreateBuiltinArraySubscriptExpr()5574 LHSExp = ImpCastExprToType(LHSExp, Context.getArrayDecayedType(LHSTy), in CreateBuiltinArraySubscriptExpr()5576 LHSTy = LHSExp->getType(); in CreateBuiltinArraySubscriptExpr()5578 BaseExpr = LHSExp; in CreateBuiltinArraySubscriptExpr()[all …]
636 Expr *LHSExp = BO->getLHS()->IgnoreParenCasts(); in VisitBinaryOperator() local639 if (const auto *DRE = dyn_cast<DeclRefExpr>(LHSExp)) { in VisitBinaryOperator()
3735 Expr *LHSExp = CEXPR->getLHS(); in SynthesizeBlockCall() local3736 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp); in SynthesizeBlockCall()
4567 Expr *LHSExp = CEXPR->getLHS(); in SynthesizeBlockCall() local4568 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp); in SynthesizeBlockCall()