Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Format/
DFormat.h2669 unsigned ObjCBlockIndentWidth; member
3469 ObjCBlockIndentWidth == R.ObjCBlockIndentWidth &&
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
DFormat.cpp683 IO.mapOptional("ObjCBlockIndentWidth", Style.ObjCBlockIndentWidth); in mapping()
1075 LLVMStyle.ObjCBlockIndentWidth = 2; in getLLVMStyle()
1385 Style.ObjCBlockIndentWidth = 4; in getWebKitStyle()
DContinuationIndenter.cpp1624 ? Style.ObjCBlockIndentWidth in moveStateToNewBlock()