Searched refs:LHSExp (Results 1 – 4 of 4) sorted by relevance
4489 Expr *LHSExp = Base; in CreateBuiltinArraySubscriptExpr() local4510 LHSExp = Result.get(); in CreateBuiltinArraySubscriptExpr()4526 BaseExpr = LHSExp; in CreateBuiltinArraySubscriptExpr()4530 BaseExpr = LHSExp; in CreateBuiltinArraySubscriptExpr()4535 BaseExpr = LHSExp; in CreateBuiltinArraySubscriptExpr()4548 IndexExpr = LHSExp; in CreateBuiltinArraySubscriptExpr()4554 IndexExpr = LHSExp; in CreateBuiltinArraySubscriptExpr()4590 LHSExp = ImpCastExprToType(LHSExp, Context.getArrayDecayedType(LHSTy), in CreateBuiltinArraySubscriptExpr()4592 LHSTy = LHSExp->getType(); in CreateBuiltinArraySubscriptExpr()4594 BaseExpr = LHSExp; in CreateBuiltinArraySubscriptExpr()[all …]
632 Expr *LHSExp = BO->getLHS()->IgnoreParenCasts(); in VisitBinaryOperator() local635 if (const auto *DRE = dyn_cast<DeclRefExpr>(LHSExp)) { in VisitBinaryOperator()
3734 Expr *LHSExp = CEXPR->getLHS(); in SynthesizeBlockCall() local3735 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp); in SynthesizeBlockCall()
4570 Expr *LHSExp = CEXPR->getLHS(); in SynthesizeBlockCall() local4571 Stmt *LHSStmt = SynthesizeBlockCall(Exp, LHSExp); in SynthesizeBlockCall()