Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/common/
H A DEditline.cpp164 EditLineStringType FixIndentation(const EditLineStringType &line, in FixIndentation() function
655 new_line_fragment = FixIndentation(new_line_fragment, indent_correction); in BreakLineCommand()
/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1309 bool FixIndentation = (FixBadIndentation || ContinueFormatting) && in format() local
1311 bool ShouldFormat = TheLine.Affected || FixIndentation; in format()