Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DWhitespaceManager.cpp1462 unsigned FirstTabWidth = in appendIndentText() local
1466 if (Spaces < FirstTabWidth || Spaces == 1) { in appendIndentText()
1471 Spaces -= FirstTabWidth; in appendIndentText()