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

/external/clang/lib/Format/
H A DTokenAnnotator.cpp1398 bool is_short_annotation = Right.TokenText.size() < 10; local
1399 return (Left.is(tok::r_paren) ? 100 : 120) + (is_short_annotation ? 50 : 0);

Completed in 54 milliseconds