Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h459 unsigned ObjCBlockIndentWidth; member
642 ObjCBlockIndentWidth == R.ObjCBlockIndentWidth &&
/external/webrtc/talk/app/webrtc/objc/
D.clang-format8 ObjCBlockIndentWidth: 2
/external/clang/lib/Format/
DFormat.cpp301 IO.mapOptional("ObjCBlockIndentWidth", Style.ObjCBlockIndentWidth); in mapping()
513 LLVMStyle.ObjCBlockIndentWidth = 2; in getLLVMStyle()
648 Style.ObjCBlockIndentWidth = 4; in getWebKitStyle()
DContinuationIndenter.cpp988 ? Style.ObjCBlockIndentWidth in moveStateToNewBlock()
/external/clang/docs/
DClangFormatStyleOptions.rst538 **ObjCBlockIndentWidth** (``unsigned``)
/external/clang/unittests/Format/
DFormatTest.cpp9773 CHECK_PARSE("ObjCBlockIndentWidth: 1234", ObjCBlockIndentWidth, 1234u); in TEST_F()
10692 FourIndent.ObjCBlockIndentWidth = 4; in TEST_F()