Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libcbor/
H A D.clang-format56 DisableFormat: false
/freebsd-14.2/
H A D.clang-format44 DisableFormat: false
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2346 bool DisableFormat; member
4813 DisableFormat == R.DisableFormat &&
/freebsd-14.2/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp484 if (FormatStyle->isJson() && !FormatStyle->DisableFormat) { in format()
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp979 IO.mapOptional("DisableFormat", Style.DisableFormat); in mapping()
1482 LLVMStyle.DisableFormat = false; in getLLVMStyle()
1919 NoStyle.DisableFormat = true; in getNoStyle()
3415 if (!Style.SortIncludes || Style.DisableFormat) in sortIncludes()
3601 if (Expanded.DisableFormat) in reformat()