Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h352 void appendNewlineText(std::string &Text, const Change &C);
H A DWhitespaceManager.cpp1675 appendNewlineText(ReplacementText, C); in generateChanges()
1707 void WhitespaceManager::appendNewlineText(std::string &Text, const Change &C) { in appendNewlineText() function in clang::format::WhitespaceManager