Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp1744 unsigned FirstTabWidth = in appendIndentText() local
1748 if (Spaces < FirstTabWidth || Spaces == 1) { in appendIndentText()
1753 Spaces -= FirstTabWidth; in appendIndentText()