Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/libcbor/
HD.clang-format86 ObjCBlockIndentWidth: 2
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h3419 unsigned ObjCBlockIndentWidth; member
5090 ObjCBlockIndentWidth == R.ObjCBlockIndentWidth &&
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
HDFormat.cpp1030 IO.mapOptional("ObjCBlockIndentWidth", Style.ObjCBlockIndentWidth); in mapping()
1541 LLVMStyle.ObjCBlockIndentWidth = 2; in getLLVMStyle()
1876 Style.ObjCBlockIndentWidth = 4; in getWebKitStyle()
HDContinuationIndenter.cpp2028 ? Style.ObjCBlockIndentWidth in moveStateToNewBlock()