Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineParser.cpp716 bool SkipIndent = (Style.Language == FormatStyle::LK_JavaScript && in parseChildBlock() local
721 Line->Level += SkipIndent ? 0 : 1; in parseChildBlock()
724 Line->Level -= SkipIndent ? 0 : 1; in parseChildBlock()