Home
last modified time | relevance | path

Searched refs:ObjCBlockIndentWidth (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h2768 unsigned ObjCBlockIndentWidth; member
3932 ObjCBlockIndentWidth == R.ObjCBlockIndentWidth &&
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp826 IO.mapOptional("ObjCBlockIndentWidth", Style.ObjCBlockIndentWidth); in mapping()
1283 LLVMStyle.ObjCBlockIndentWidth = 2; in getLLVMStyle()
1599 Style.ObjCBlockIndentWidth = 4; in getWebKitStyle()
H A DContinuationIndenter.cpp1787 ? Style.ObjCBlockIndentWidth in moveStateToNewBlock()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst3354 **ObjCBlockIndentWidth** (``Unsigned``) :versionbadge:`clang-format 3.7`
3359 ObjCBlockIndentWidth: 4
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp20130 CHECK_PARSE("ObjCBlockIndentWidth: 1234", ObjCBlockIndentWidth, 1234u); in TEST_F()
22329 FourIndent.ObjCBlockIndentWidth = 4; in TEST_F()