Searched refs:appendTabIndent (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/llvm/clang/lib/Format/ |
| D | WhitespaceManager.h | 346 unsigned appendTabIndent(std::string &Text, unsigned Spaces,
|
| D | WhitespaceManager.cpp | 1521 Spaces = appendTabIndent(Text, Spaces, Indentation); in appendIndentText() 1527 Spaces = appendTabIndent(Text, Spaces, Spaces); in appendIndentText() 1534 Spaces = appendTabIndent(Text, Spaces, Indentation); in appendIndentText() 1541 unsigned WhitespaceManager::appendTabIndent(std::string &Text, unsigned Spaces, in appendTabIndent() function in clang::format::WhitespaceManager
|