Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Format/
DFormat.h1965 bool DisableFormat; member
3435 DisableFormat == R.DisableFormat &&
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
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()