Home | History | Annotate | Download | only in Sema

Lines Matching defs:SubExpr

3752     Expr* SubExpr = cast<CastExpr>(E)->getSubExpr();
3764 return EvalAddr(SubExpr, refVars, ParentDecl);
3767 return EvalVal(SubExpr, refVars, ParentDecl);
4123 // Bail out if the subexpr's range is as wide as the cast type.
4128 // either the output type or the subexpr is.