Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/wpa/wpa_supplicant/binder/
H A D.clang-format3 UseTab: Always
/freebsd-14.2/contrib/libcbor/
H A D.clang-format149 UseTab: Never
/freebsd-14.2/
H A D.clang-format108 UseTab: Always
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4721 UseTabStyle UseTab; member
4917 UseTab == R.UseTab &&
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1116 IO.mapOptional("UseTab", Style.UseTab); in mapping()
1572 LLVMStyle.UseTab = FormatStyle::UT_Never; in getLLVMStyle()
1883 Style.UseTab = FormatStyle::UT_Never; in getMicrosoftStyle()
H A DWhitespaceManager.cpp1698 switch (Style.UseTab) { in appendIndentText()
H A DContinuationIndenter.cpp743 if (Style.UseTab != FormatStyle::UT_Never) in addTokenOnCurrentLine()