Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DTokenAnnotator.h172 unsigned splitPenalty(const AnnotatedLine &Line, const FormatToken &Tok,
H A DTokenAnnotator.cpp2549 Current->SplitPenalty = splitPenalty(Line, *Current, InFunctionDecl); in calculateFormattingInformation()
2595 unsigned TokenAnnotator::splitPenalty(const AnnotatedLine &Line, in splitPenalty() function in clang::format::TokenAnnotator