reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Format/Format.h
 2071            DisableFormat == R.DisableFormat &&
 2071            DisableFormat == R.DisableFormat &&
tools/clang/lib/Format/Format.cpp
  471     IO.mapOptional("DisableFormat", Style.DisableFormat);
  821   LLVMStyle.DisableFormat = false;
 1115   NoStyle.DisableFormat = true;
 2382   if (Expanded.DisableFormat)
tools/clang/unittests/Format/FormatTest.cpp
12436   CHECK_PARSE_BOOL(DisableFormat);