Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/binder/
H A D.clang-format3 UseTab: Always
/freebsd/contrib/libcbor/
H A D.clang-format149 UseTab: Never
/freebsd/
H A D.clang-format108 UseTab: Always
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4952 UseTabStyle UseTab; member
5158 TypenameMacros == R.TypenameMacros && UseTab == R.UseTab &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1127 IO.mapOptional("UseTab", Style.UseTab); in mapping()
1593 LLVMStyle.UseTab = FormatStyle::UT_Never; in getLLVMStyle()
1904 Style.UseTab = FormatStyle::UT_Never; in getMicrosoftStyle()
H A DWhitespaceManager.cpp1738 switch (Style.UseTab) { in appendIndentText()
H A DContinuationIndenter.cpp753 if (Style.UseTab != FormatStyle::UT_Never) in addTokenOnCurrentLine()