Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/libcbor/
HD.clang-format56 DisableFormat: false
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h2476 bool DisableFormat; member
5053 DisableFormat == R.DisableFormat &&
/freebsd-14-stable/contrib/llvm-project/clang/tools/clang-format/
HDClangFormat.cpp495 if (FormatStyle->isJson() && !FormatStyle->DisableFormat) { in format()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Format/
HDFormat.cpp987 IO.mapOptional("DisableFormat", Style.DisableFormat); in mapping()
1495 LLVMStyle.DisableFormat = false; in getLLVMStyle()
1943 NoStyle.DisableFormat = true; in getNoStyle()
3458 if (!Style.SortIncludes || Style.DisableFormat) in sortIncludes()
3643 if (Expanded.DisableFormat) in reformat()