Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DWhitespaceManager.h198 void appendNewlineText(std::string &Text, unsigned Newlines);
H A DWhitespaceManager.cpp626 appendNewlineText(ReplacementText, C.NewlinesBefore); in generateChanges()
653 void WhitespaceManager::appendNewlineText(std::string &Text, in appendNewlineText() function in clang::format::WhitespaceManager