Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DWhitespaceManager.h216 void appendEscapedNewlineText(std::string &Text, unsigned Newlines,
H A DWhitespaceManager.cpp958 appendEscapedNewlineText(ReplacementText, C.NewlinesBefore, in generateChanges()
995 void WhitespaceManager::appendEscapedNewlineText( in appendEscapedNewlineText() function in clang::format::WhitespaceManager