Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp3562 static unsigned maxNestingDepth(const AnnotatedLine &Line) { in maxNestingDepth() function
3657 if (maxNestingDepth(Line) > 50) in annotate()