Searched refs:is_short_annotation (Results 1 – 1 of 1) sorted by relevance
1790 bool is_short_annotation = Right.TokenText.size() < 10; in splitPenalty() local1791 return (Left.is(tok::r_paren) ? 100 : 120) + (is_short_annotation ? 50 : 0); in splitPenalty()