Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Format/
HDWhitespaceManager.h195 void appendNewlineText(std::string &Text, unsigned Newlines);
196 void appendNewlineText(std::string &Text, unsigned Newlines,
HDWhitespaceManager.cpp368 appendNewlineText(ReplacementText, C.NewlinesBefore, in generateChanges()
371 appendNewlineText(ReplacementText, C.NewlinesBefore); in generateChanges()
392 void WhitespaceManager::appendNewlineText(std::string &Text, in appendNewlineText() function in clang::format::WhitespaceManager
398 void WhitespaceManager::appendNewlineText(std::string &Text, unsigned Newlines, in appendNewlineText() function in clang::format::WhitespaceManager