Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormat.cpp2277 int countVariableAlignments(const SmallVectorImpl<AnnotatedLine *> &Lines) { in countVariableAlignments() function in clang::format::__anon9fd446720111::Formatter
2280 AlignmentDiff += countVariableAlignments(Line->Children); in countVariableAlignments()
2325 const auto NetRightCount = countVariableAlignments(AnnotatedLines); in deriveLocalStyle()