Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTestJson.cpp30 if (Style.isJson() && !Style.DisableFormat) { in format()
210 Style.DisableFormat = true; in TEST_F()
H A DSortIncludesTest.cpp1088 FmtStyle.DisableFormat = true; in TEST_F()
H A DFormatTest.cpp20059 CHECK_PARSE_BOOL(DisableFormat); in TEST_F()
/llvm-project-15.0.7/clang-tools-extra/pseudo/test/
H A D.clang-format1 DisableFormat: true
/llvm-project-15.0.7/flang/module/
H A D.clang-format1 DisableFormat: true
/llvm-project-15.0.7/clang-tools-extra/test/
H A D.clang-format1 DisableFormat: true
/llvm-project-15.0.7/llvm/test/
H A D.clang-format1 DisableFormat: true
/llvm-project-15.0.7/clang/test/
H A D.clang-format1 DisableFormat: true
/llvm-project-15.0.7/llvm/lib/Support/BLAKE3/
H A D.clang-format1 DisableFormat: true
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h1945 bool DisableFormat; member
3897 DisableFormat == R.DisableFormat &&
/llvm-project-15.0.7/clang/tools/clang-format/
H A DClangFormat.cpp481 if (FormatStyle->isJson() && !FormatStyle->DisableFormat) { in format()
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp751 IO.mapOptional("DisableFormat", Style.DisableFormat); in mapping()
1336 LLVMStyle.DisableFormat = false; in getLLVMStyle()
1654 NoStyle.DisableFormat = true; in getNoStyle()
3047 if (!Style.SortIncludes || Style.DisableFormat) in sortIncludes()
3227 if (Expanded.DisableFormat) in reformat()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst82 DisableFormat: true
2435 **DisableFormat** (``Boolean``) :versionbadge:`clang-format 3.7`