Searched refs:appendTabIndent (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
| H A D | WhitespaceManager.h | 222 unsigned appendTabIndent(std::string &Text, unsigned Spaces,
|
| H A D | WhitespaceManager.cpp | 1041 Spaces = appendTabIndent(Text, Spaces, Indentation); in appendIndentText() 1047 Spaces = appendTabIndent(Text, Spaces, Spaces); in appendIndentText() 1054 Spaces = appendTabIndent(Text, Spaces, Indentation); in appendIndentText() 1061 unsigned WhitespaceManager::appendTabIndent(std::string &Text, unsigned Spaces, in appendTabIndent() function in clang::format::WhitespaceManager
|