Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DUnwrappedLineFormatter.cpp833 bool FixIndentation = (FixBadIndentation || ContinueFormatting) && in format() local
835 bool ShouldFormat = TheLine.Affected || FixIndentation; in format()