Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2482 int countVariableAlignments(const SmallVectorImpl<AnnotatedLine *> &Lines) { in countVariableAlignments() function in clang::format::__anon2090391b0111::Formatter
2485 AlignmentDiff += countVariableAlignments(Line->Children); in countVariableAlignments()
2530 const auto NetRightCount = countVariableAlignments(AnnotatedLines); in deriveLocalStyle()