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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp696 bool SkipIndent = (Style.Language == FormatStyle::LK_JavaScript && local
701 Line->Level += SkipIndent ? 0 : 1;
704 Line->Level -= SkipIndent ? 0 : 1;

Completed in 158 milliseconds