Home | History | Annotate | Download | only in Format

Lines Matching refs:SplitPenalty

1667     Current->SplitPenalty = 20 * Current->BindingStrength +
1668 splitPenalty(Line, *Current, InFunctionDecl);
1698 unsigned TokenAnnotator::splitPenalty(const AnnotatedLine &Line,
2383 << " P=" << Tok->SplitPenalty << " Name=" << Tok->Tok.getName()