Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h330 bool DisableFormat; member
628 DisableFormat == R.DisableFormat &&
/external/clang/lib/Format/
DFormat.cpp286 IO.mapOptional("DisableFormat", Style.DisableFormat); in mapping()
538 LLVMStyle.DisableFormat = false; in getLLVMStyle()
671 NoStyle.DisableFormat = true; in getNoStyle()
1881 if (Expanded.DisableFormat) in reformat()
1890 if (Style.DisableFormat) in reformat()
/external/clang/docs/
DClangFormatStyleOptions.rst70 DisableFormat: true
421 **DisableFormat** (``bool``)
/external/clang/unittests/Format/
DFormatTest.cpp9734 CHECK_PARSE_BOOL(DisableFormat); in TEST_F()