Home
last modified time | relevance | path

Searched refs:is_short_annotation (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Format/
DTokenAnnotator.cpp1790 bool is_short_annotation = Right.TokenText.size() < 10; in splitPenalty() local
1791 return (Left.is(tok::r_paren) ? 100 : 120) + (is_short_annotation ? 50 : 0); in splitPenalty()