Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DUnwrappedLineFormatter.cpp833 bool FixIndentation = (FixBadIndentation || ContinueFormatting) && in format() local
835 bool ShouldFormat = TheLine.Affected || FixIndentation; in format()
/external/llvm-project/clang/lib/Format/
DUnwrappedLineFormatter.cpp1101 bool FixIndentation = (FixBadIndentation || ContinueFormatting) && in format() local
1103 bool ShouldFormat = TheLine.Affected || FixIndentation; in format()
/external/llvm-project/lldb/source/Host/common/
DEditline.cpp158 EditLineStringType FixIndentation(const EditLineStringType &line, in FixIndentation() function
646 new_line_fragment = FixIndentation(new_line_fragment, indent_correction); in BreakLineCommand()