Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DTokenAnnotator.cpp2752 static unsigned maxNestingDepth(const AnnotatedLine &Line) { in maxNestingDepth() function
2770 if (maxNestingDepth(Line) > 50) in annotate()