Searched refs:appendTabIndent (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Format/ |
| H A D | WhitespaceManager.h | 346 unsigned appendTabIndent(std::string &Text, unsigned Spaces,
|
| H A D | WhitespaceManager.cpp | 1484 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
|