Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h343 void appendNewlineText(std::string &Text, unsigned Newlines);
H A DWhitespaceManager.cpp1637 appendNewlineText(ReplacementText, C.NewlinesBefore); in generateChanges()
1669 void WhitespaceManager::appendNewlineText(std::string &Text, in appendNewlineText() function in clang::format::WhitespaceManager