Home | History | Annotate | Download | only in Format

Lines Matching refs:r_paren

153       !Current.isOneOf(tok::r_paren, tok::r_brace))
352 if (Current.isMemberAccess() && Previous.is(tok::r_paren) &&
655 if (Previous.is(tok::r_paren) && !Current.isBinaryOperator() &&
970 (Current.isOneOf(tok::r_paren, tok::r_square) ||