reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
753 C.OriginalWhitespaceRange.getBegin() && 756 if (C.CreateReplacement) { 757 std::string ReplacementText = C.PreviousLinePostfix; 758 if (C.ContinuesPPDirective) 759 appendEscapedNewlineText(ReplacementText, C.NewlinesBefore, 760 C.PreviousEndOfTokenColumn, 761 C.EscapedNewlineColumn); 763 appendNewlineText(ReplacementText, C.NewlinesBefore); 764 appendIndentText(ReplacementText, C.Tok->IndentLevel, 765 std::max(0, C.Spaces), 766 C.StartOfTokenColumn - std::max(0, C.Spaces)); 766 C.StartOfTokenColumn - std::max(0, C.Spaces)); 767 ReplacementText.append(C.CurrentLinePrefix); 768 storeReplacement(C.OriginalWhitespaceRange, ReplacementText);