Home
last modified time | relevance | path

Searched refs:RHSExp (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp5474 Expr *RHSExp = Idx; in CreateBuiltinArraySubscriptExpr() local
5499 RHSExp = Result.get(); in CreateBuiltinArraySubscriptExpr()
5511 IndexExpr = RHSExp; in CreateBuiltinArraySubscriptExpr()
5515 IndexExpr = RHSExp; in CreateBuiltinArraySubscriptExpr()
5520 IndexExpr = RHSExp; in CreateBuiltinArraySubscriptExpr()
5531 BaseExpr = RHSExp; in CreateBuiltinArraySubscriptExpr()
5537 BaseExpr = RHSExp; in CreateBuiltinArraySubscriptExpr()
5547 IndexExpr = RHSExp; in CreateBuiltinArraySubscriptExpr()
5579 IndexExpr = RHSExp; in CreateBuiltinArraySubscriptExpr()
5585 RHSExp = ImpCastExprToType(RHSExp, Context.getArrayDecayedType(RHSTy), in CreateBuiltinArraySubscriptExpr()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3737 Expr *RHSExp = CEXPR->getRHS(); in SynthesizeBlockCall() local
3738 Stmt *RHSStmt = SynthesizeBlockCall(Exp, RHSExp); in SynthesizeBlockCall()
H A DRewriteModernObjC.cpp4569 Expr *RHSExp = CEXPR->getRHS(); in SynthesizeBlockCall() local
4570 Stmt *RHSStmt = SynthesizeBlockCall(Exp, RHSExp); in SynthesizeBlockCall()