Home
last modified time | relevance | path

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

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