Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Format/
HDWhitespaceManager.h352 void appendNewlineText(std::string &Text, unsigned Newlines);
HDWhitespaceManager.cpp1677 appendNewlineText(ReplacementText, C.NewlinesBefore); in generateChanges()
1709 void WhitespaceManager::appendNewlineText(std::string &Text, in appendNewlineText() function in clang::format::WhitespaceManager