Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h350 unsigned appendTabIndent(std::string &Text, unsigned Spaces,
H A DWhitespaceManager.cpp1726 Spaces = appendTabIndent(Text, Spaces, Indentation); in appendIndentText()
1732 Spaces = appendTabIndent(Text, Spaces, Spaces); in appendIndentText()
1739 Spaces = appendTabIndent(Text, Spaces, Indentation); in appendIndentText()
1746 unsigned WhitespaceManager::appendTabIndent(std::string &Text, unsigned Spaces, in appendTabIndent() function in clang::format::WhitespaceManager