Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Format/
DWhitespaceManager.h346 unsigned appendTabIndent(std::string &Text, unsigned Spaces,
DWhitespaceManager.cpp1521 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