Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h1012 bool DisableFormat; member
1756 DisableFormat == R.DisableFormat &&
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp404 IO.mapOptional("DisableFormat", Style.DisableFormat); in mapping()
716 LLVMStyle.DisableFormat = false; in getLLVMStyle()
945 NoStyle.DisableFormat = true; in getNoStyle()
2156 if (Expanded.DisableFormat) in reformat()