Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Host/common/
DEditline.cpp165 EditLineStringType FixIndentation(const EditLineStringType &line, in FixIndentation() function
656 new_line_fragment = FixIndentation(new_line_fragment, indent_correction); in BreakLineCommand()
/openbsd/src/gnu/llvm/clang/lib/Format/
DUnwrappedLineFormatter.cpp1331 bool FixIndentation = (FixBadIndentation || ContinueFormatting) && in format() local
1333 bool ShouldFormat = TheLine.Affected || FixIndentation; in format()