Searched refs:SkipIndent (Results 1 – 1 of 1) sorted by relevance
987 bool SkipIndent = (Style.isJavaScript() && in parseChildBlock() local 992 Line->Level += SkipIndent ? 0 : 1; in parseChildBlock() 995 Line->Level -= SkipIndent ? 0 : 1; in parseChildBlock()