Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.h40 bool FixBadIndentation = false, unsigned FirstStartColumn = 0,
H A DUnwrappedLineFormatter.cpp1334 int AdditionalIndent, bool FixBadIndentation, unsigned FirstStartColumn, in format() argument
1376 bool FixIndentation = (FixBadIndentation || ContinueFormatting) && in format()