Searched refs:MaxChildrenPerLine (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DTextNodeDumper.cpp407 // To save some vertical space we print up to MaxChildrenPerLine APValues
409 constexpr unsigned MaxChildrenPerLine = 4; local
415 (J - I < MaxChildrenPerLine)) {

Completed in 84 milliseconds