Home
last modified time | relevance | path

Searched refs:DisableFormat (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/libcbor/
H A D.clang-format56 DisableFormat: false
/freebsd/
H A D.clang-format44 DisableFormat: false
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2591 bool DisableFormat; member
5390 DisableFormat == R.DisableFormat &&
/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp489 if (IsJson && !FormatStyle->DisableFormat) { in format()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1062 IO.mapOptional("DisableFormat", Style.DisableFormat); in mapping()
1586 LLVMStyle.DisableFormat = false; in getLLVMStyle()
2046 NoStyle.DisableFormat = true; in getNoStyle()
3635 if (!Style.SortIncludes.Enabled || Style.DisableFormat) in sortIncludes()
3822 if (Expanded.DisableFormat) in reformat()