HomeSort by: relevance | last modified time | path
    Searched refs:splitPenalty (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
TokenAnnotator.h 172 unsigned splitPenalty(const AnnotatedLine &Line, const FormatToken &Tok,
TokenAnnotator.cpp 2549 Current->SplitPenalty = splitPenalty(Line, *Current, InFunctionDecl);
2553 Current->SplitPenalty += 5 * Current->BindingStrength;
2555 Current->SplitPenalty += 20 * Current->BindingStrength;
2595 unsigned TokenAnnotator::splitPenalty(const AnnotatedLine &Line,
4118 << " BK=" << Tok->getBlockKind() << " P=" << Tok->SplitPenalty

Completed in 16 milliseconds