Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp987 bool SkipIndent = (Style.isJavaScript() && in parseChildBlock() local
992 Line->Level += SkipIndent ? 0 : 1; in parseChildBlock()
995 Line->Level -= SkipIndent ? 0 : 1; in parseChildBlock()