Home | History | Annotate | Download | only in Sema

Lines Matching refs:LHSExpr

4589     if (Expr *LHSExpr = C->getLHS()) {
4591 if (!LHSExpr->getType()->isVoidType())
4592 if (Expr *LHS = EvalAddr(LHSExpr, refVars, ParentDecl))
4753 if (Expr *LHSExpr = C->getLHS()) {
4755 if (!LHSExpr->getType()->isVoidType())
4756 if (Expr *LHS = EvalVal(LHSExpr, refVars, ParentDecl))