Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Format/
HDTokenAnnotator.h231 unsigned splitPenalty(const AnnotatedLine &Line, const FormatToken &Tok,
HDTokenAnnotator.cpp4055 Current->SplitPenalty = splitPenalty(Line, *Current, InFunctionDecl); in calculateFormattingInformation()
4141 unsigned TokenAnnotator::splitPenalty(const AnnotatedLine &Line, in splitPenalty() function in clang::format::TokenAnnotator