Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp5898 Expr *RHSExp = Idx; in CreateBuiltinArraySubscriptExpr() local
5935 IndexExpr = RHSExp; in CreateBuiltinArraySubscriptExpr()
5940 IndexExpr = RHSExp; in CreateBuiltinArraySubscriptExpr()
5945 IndexExpr = RHSExp; in CreateBuiltinArraySubscriptExpr()
5956 BaseExpr = RHSExp; in CreateBuiltinArraySubscriptExpr()
5962 BaseExpr = RHSExp; in CreateBuiltinArraySubscriptExpr()
5972 IndexExpr = RHSExp; in CreateBuiltinArraySubscriptExpr()
5999 IndexExpr = RHSExp; in CreateBuiltinArraySubscriptExpr()
6031 IndexExpr = RHSExp; in CreateBuiltinArraySubscriptExpr()
6037 RHSExp = ImpCastExprToType(RHSExp, Context.getArrayDecayedType(RHSTy), in CreateBuiltinArraySubscriptExpr()
[all …]
/freebsd-14.2/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()