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

References

tools/clang/include/clang/Format/Format.h
 2094            ObjCBlockIndentWidth == R.ObjCBlockIndentWidth &&
 2094            ObjCBlockIndentWidth == R.ObjCBlockIndentWidth &&
tools/clang/lib/Format/ContinuationIndenter.cpp
 1478                                ? Style.ObjCBlockIndentWidth
tools/clang/lib/Format/Format.cpp
  496     IO.mapOptional("ObjCBlockIndentWidth", Style.ObjCBlockIndentWidth);
  787   LLVMStyle.ObjCBlockIndentWidth = 2;
 1063   Style.ObjCBlockIndentWidth = 4;
tools/clang/unittests/Format/FormatTest.cpp
12488   CHECK_PARSE("ObjCBlockIndentWidth: 1234", ObjCBlockIndentWidth, 1234u);
13864   FourIndent.ObjCBlockIndentWidth = 4;