Searched refs:ObjCBlockIndentWidth (Results 1 – 5 of 5) sorted by relevance
2768 unsigned ObjCBlockIndentWidth; member3932 ObjCBlockIndentWidth == R.ObjCBlockIndentWidth &&
826 IO.mapOptional("ObjCBlockIndentWidth", Style.ObjCBlockIndentWidth); in mapping()1283 LLVMStyle.ObjCBlockIndentWidth = 2; in getLLVMStyle()1599 Style.ObjCBlockIndentWidth = 4; in getWebKitStyle()
1787 ? Style.ObjCBlockIndentWidth in moveStateToNewBlock()
3354 **ObjCBlockIndentWidth** (``Unsigned``) :versionbadge:`clang-format 3.7`3359 ObjCBlockIndentWidth: 4
20130 CHECK_PARSE("ObjCBlockIndentWidth: 1234", ObjCBlockIndentWidth, 1234u); in TEST_F()22329 FourIndent.ObjCBlockIndentWidth = 4; in TEST_F()