Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h4936 UT_Never, enumerator
/freebsd-head/contrib/llvm-project/clang/lib/Format/
HDFormat.cpp797 IO.enumCase(Value, "Never", FormatStyle::UT_Never); in enumeration()
798 IO.enumCase(Value, "false", FormatStyle::UT_Never); in enumeration()
1593 LLVMStyle.UseTab = FormatStyle::UT_Never; in getLLVMStyle()
1904 Style.UseTab = FormatStyle::UT_Never; in getMicrosoftStyle()
HDWhitespaceManager.cpp1739 case FormatStyle::UT_Never: in appendIndentText()
HDContinuationIndenter.cpp753 if (Style.UseTab != FormatStyle::UT_Never) in addTokenOnCurrentLine()