Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DTokenAnnotator.h186 unsigned splitPenalty(const AnnotatedLine &Line, const FormatToken &Tok,
H A DTokenAnnotator.cpp3056 Current->SplitPenalty = splitPenalty(Line, *Current, InFunctionDecl); in calculateFormattingInformation()
3142 unsigned TokenAnnotator::splitPenalty(const AnnotatedLine &Line, in splitPenalty() function in clang::format::TokenAnnotator