Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DWhitespaceManager.h339 void appendNewlineText(std::string &Text, unsigned Newlines);
H A DWhitespaceManager.cpp1395 appendNewlineText(ReplacementText, C.NewlinesBefore); in generateChanges()
1427 void WhitespaceManager::appendNewlineText(std::string &Text, in appendNewlineText() function in clang::format::WhitespaceManager