Lines Matching defs:expr
1297 /// @param expr the function call expression to create the boundary from.
1301 type_suppression::insertion_range::create_fn_call_expr_boundary(ini::function_call_expr_sptr expr)
1302 {return fn_call_expr_boundary_sptr(new fn_call_expr_boundary(expr));}
1320 ini::function_call_expr_sptr expr;
1321 if (ini::read_function_call_expr(s, expr) && expr)
1322 result.reset(new fn_call_expr_boundary(expr));
1491 priv(ini::function_call_expr_sptr expr)
1492 : expr_(expr)
1499 /// @param expr the function call expression to build this boundary
1502 fn_call_expr_boundary(ini::function_call_expr_sptr expr)
1503 : priv_(new priv(expr))
1738 else if (type_suppression::insertion_range::fn_call_expr_boundary_sptr expr =
1740 begin = expr;
1781 else if (type_suppression::insertion_range::fn_call_expr_boundary_sptr expr =
1783 begin = expr;
1794 else if (type_suppression::insertion_range::fn_call_expr_boundary_sptr expr =
1796 end = expr;
1856 else if (type_suppression::insertion_range::fn_call_expr_boundary_sptr expr =
1858 begin = expr;
1869 else if (type_suppression::insertion_range::fn_call_expr_boundary_sptr expr =
1871 end = expr;