Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineFormatter.h42 bool FixBadIndentation = false, unsigned FirstStartColumn = 0,
H A DUnwrappedLineFormatter.cpp1267 int AdditionalIndent, bool FixBadIndentation, unsigned FirstStartColumn, in format() argument
1309 bool FixIndentation = (FixBadIndentation || ContinueFormatting) && in format()