Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libcbor/
H A D.clang-format56 DisableFormat: false
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1965 bool DisableFormat; member
3435 DisableFormat == R.DisableFormat &&
/freebsd-13.1/
H A D.clang-format44 DisableFormat: false
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp644 IO.mapOptional("DisableFormat", Style.DisableFormat); in mapping()
1120 LLVMStyle.DisableFormat = false; in getLLVMStyle()
1440 NoStyle.DisableFormat = true; in getNoStyle()
2657 if (!Style.SortIncludes || Style.DisableFormat) in sortIncludes()
2825 if (Expanded.DisableFormat) in reformat()