Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineParser.cpp1040 bool SkipIndent = (Style.isJavaScript() && in parseChildBlock() local
1045 Line->Level += SkipIndent ? 0 : 1; in parseChildBlock()
1048 Line->Level -= SkipIndent ? 0 : 1; in parseChildBlock()