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

/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp3827 Expr *RHSExp = CEXPR->getRHS(); local
3828 Stmt *RHSStmt = SynthesizeBlockCall(Exp, RHSExp);
H A DRewriteModernObjC.cpp4761 Expr *RHSExp = CEXPR->getRHS(); local
4762 Stmt *RHSStmt = SynthesizeBlockCall(Exp, RHSExp);
/external/clang/lib/Sema/
H A DSemaExpr.cpp3400 Expr *RHSExp = Idx; local
3409 ExprResult Result = DefaultFunctionArrayLvalueConversion(RHSExp);
3412 RHSExp = Result.take();
3414 QualType LHSTy = LHSExp->getType(), RHSTy = RHSExp->getType();
3426 IndexExpr = RHSExp;
3430 IndexExpr = RHSExp;
3435 IndexExpr = RHSExp;
3450 BaseExpr = RHSExp;
3456 BaseExpr = RHSExp;
3466 IndexExpr = RHSExp;
[all...]

Completed in 134 milliseconds