Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DUnwrappedLineFormatter.h44 bool FixBadIndentation = false);
DUnwrappedLineFormatter.cpp799 bool FixBadIndentation) { in format() argument
833 bool FixIndentation = (FixBadIndentation || ContinueFormatting) && in format()