Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4936 UT_Never, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.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()
H A DWhitespaceManager.cpp1739 case FormatStyle::UT_Never: in appendIndentText()
H A DContinuationIndenter.cpp753 if (Style.UseTab != FormatStyle::UT_Never) in addTokenOnCurrentLine()