Home
last modified time | relevance | path

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

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