Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DWhitespaceManager.h202 void appendIndentText(std::string &Text, unsigned IndentLevel,
DWhitespaceManager.cpp489 appendIndentText(ReplacementText, C.IndentLevel, std::max(0, C.Spaces), in generateChanges()
529 void WhitespaceManager::appendIndentText(std::string &Text, in appendIndentText() function in clang::format::WhitespaceManager