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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp4735 Expr *RHSExp = Idx; local
4743 for (auto *Op : {LHSExp, RHSExp}) {
4757 ExprResult Result = DefaultFunctionArrayLvalueConversion(RHSExp);
4760 RHSExp = Result.get();
4762 QualType LHSTy = LHSExp->getType(), RHSTy = RHSExp->getType();
4772 IndexExpr = RHSExp;
4776 IndexExpr = RHSExp;
4781 IndexExpr = RHSExp;
4792 BaseExpr = RHSExp;
4798 BaseExpr = RHSExp;
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3742 Expr *RHSExp = CEXPR->getRHS(); local
3743 Stmt *RHSStmt = SynthesizeBlockCall(Exp, RHSExp);
H A DRewriteModernObjC.cpp4572 Expr *RHSExp = CEXPR->getRHS(); local
4573 Stmt *RHSStmt = SynthesizeBlockCall(Exp, RHSExp);

Completed in 205 milliseconds