Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1149 bool ShouldFormat = TheLine.Affected || FixIndentation; in format() local
1152 if (ShouldFormat && TheLine.Type == LT_Invalid && Status) { in format()
1158 if (ShouldFormat && TheLine.Type != LT_Invalid) { in format()