Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DWhitespaceManager.h202 void appendIndentText(std::string &Text, unsigned IndentLevel,
H A DWhitespaceManager.cpp627 appendIndentText(ReplacementText, C.Tok->IndentLevel, in generateChanges()
673 void WhitespaceManager::appendIndentText(std::string &Text, in appendIndentText() function in clang::format::WhitespaceManager