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.h2476 bool DisableFormat; member
5053 DisableFormat == R.DisableFormat &&
/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp495 if (FormatStyle->isJson() && !FormatStyle->DisableFormat) { in format()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.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()