Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libcbor/
H A D.clang-format86 ObjCBlockIndentWidth: 2
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3260 unsigned ObjCBlockIndentWidth; member
4852 ObjCBlockIndentWidth == R.ObjCBlockIndentWidth &&
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1023 IO.mapOptional("ObjCBlockIndentWidth", Style.ObjCBlockIndentWidth); in mapping()
1522 LLVMStyle.ObjCBlockIndentWidth = 2; in getLLVMStyle()
1855 Style.ObjCBlockIndentWidth = 4; in getWebKitStyle()
H A DContinuationIndenter.cpp1987 ? Style.ObjCBlockIndentWidth in moveStateToNewBlock()