Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp4490 Expr *RHSExp = Idx; in CreateBuiltinArraySubscriptExpr() local
4515 RHSExp = Result.get(); in CreateBuiltinArraySubscriptExpr()
4527 IndexExpr = RHSExp; in CreateBuiltinArraySubscriptExpr()
4531 IndexExpr = RHSExp; in CreateBuiltinArraySubscriptExpr()
4536 IndexExpr = RHSExp; in CreateBuiltinArraySubscriptExpr()
4547 BaseExpr = RHSExp; in CreateBuiltinArraySubscriptExpr()
4553 BaseExpr = RHSExp; in CreateBuiltinArraySubscriptExpr()
4563 IndexExpr = RHSExp; in CreateBuiltinArraySubscriptExpr()
4595 IndexExpr = RHSExp; in CreateBuiltinArraySubscriptExpr()
4601 RHSExp = ImpCastExprToType(RHSExp, Context.getArrayDecayedType(RHSTy), in CreateBuiltinArraySubscriptExpr()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3736 Expr *RHSExp = CEXPR->getRHS(); in SynthesizeBlockCall() local
3737 Stmt *RHSStmt = SynthesizeBlockCall(Exp, RHSExp); in SynthesizeBlockCall()
H A DRewriteModernObjC.cpp4572 Expr *RHSExp = CEXPR->getRHS(); in SynthesizeBlockCall() local
4573 Stmt *RHSStmt = SynthesizeBlockCall(Exp, RHSExp); in SynthesizeBlockCall()