Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DTokenAnnotator.cpp2671 static unsigned maxNestingDepth(const AnnotatedLine &Line) { in maxNestingDepth() function
2689 if (maxNestingDepth(Line) > 50) in annotate()