Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DWhitespaceManager.h340 void appendEscapedNewlineText(std::string &Text, unsigned Newlines,
H A DWhitespaceManager.cpp1391 appendEscapedNewlineText(ReplacementText, C.NewlinesBefore, in generateChanges()
1438 void WhitespaceManager::appendEscapedNewlineText( in appendEscapedNewlineText() function in clang::format::WhitespaceManager