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.h5226 UT_Never, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp854 IO.enumCase(Value, "Never", FormatStyle::UT_Never); in enumeration()
855 IO.enumCase(Value, "false", FormatStyle::UT_Never); in enumeration()
1690 LLVMStyle.UseTab = FormatStyle::UT_Never; in getLLVMStyle()
2006 Style.UseTab = FormatStyle::UT_Never; in getMicrosoftStyle()
H A DWhitespaceManager.cpp1740 case FormatStyle::UT_Never: in appendIndentText()
H A DContinuationIndenter.cpp793 if (Style.UseTab != FormatStyle::UT_Never) in addTokenOnCurrentLine()