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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h222 unsigned appendTabIndent(std::string &Text, unsigned Spaces,
H A DWhitespaceManager.cpp949 Spaces = appendTabIndent(Text, Spaces, Indentation);
955 Spaces = appendTabIndent(Text, Spaces, Spaces);
962 Spaces = appendTabIndent(Text, Spaces, Indentation);
969 unsigned WhitespaceManager::appendTabIndent(std::string &Text, unsigned Spaces, function in class:clang::WhitespaceManager

Completed in 96 milliseconds