Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/binder/
H A D.clang-format3 UseTab: Always
/freebsd/contrib/libucl/
H A D.clang-format67 UseTab: ForContinuationAndIndentation
/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.h5242 UseTabStyle UseTab; member
5506 UseTab == R.UseTab && VariableTemplates == R.VariableTemplates &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1215 IO.mapOptional("UseTab", Style.UseTab); in mapping()
1690 LLVMStyle.UseTab = FormatStyle::UT_Never; in getLLVMStyle()
2006 Style.UseTab = FormatStyle::UT_Never; in getMicrosoftStyle()
H A DWhitespaceManager.cpp1739 switch (Style.UseTab) { in appendIndentText()
H A DContinuationIndenter.cpp793 if (Style.UseTab != FormatStyle::UT_Never) in addTokenOnCurrentLine()