Searched refs:parenthesize (Results 1 – 3 of 3) sorted by relevance
69 static Expression *parenthesize(Expression *inner);
265 Expression *Expression::parenthesize(Expression *inner) { in parenthesize() function in android::Expression
474 | '(' expr ')' { $$ = Expression::parenthesize($2); }