Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DWhitespaceManager.h346 unsigned appendTabIndent(std::string &Text, unsigned Spaces,
H A DWhitespaceManager.cpp1484 Spaces = appendTabIndent(Text, Spaces, Indentation); in appendIndentText()
1490 Spaces = appendTabIndent(Text, Spaces, Spaces); in appendIndentText()
1497 Spaces = appendTabIndent(Text, Spaces, Indentation); in appendIndentText()
1504 unsigned WhitespaceManager::appendTabIndent(std::string &Text, unsigned Spaces, in appendTabIndent() function in clang::format::WhitespaceManager