Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Format/
DWhitespaceManager.h339 void appendNewlineText(std::string &Text, unsigned Newlines);
DWhitespaceManager.cpp1432 appendNewlineText(ReplacementText, C.NewlinesBefore); in generateChanges()
1464 void WhitespaceManager::appendNewlineText(std::string &Text, in appendNewlineText() function in clang::format::WhitespaceManager