Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h353 void appendEscapedNewlineText(std::string &Text, unsigned Newlines,
H A DWhitespaceManager.cpp1673 appendEscapedNewlineText(ReplacementText, C.NewlinesBefore, in generateChanges()
1720 void WhitespaceManager::appendEscapedNewlineText( in appendEscapedNewlineText() function in clang::format::WhitespaceManager