Home
last modified time | relevance | path

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

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