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

/freebsd-current/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3253 /// ObjCBlockIndentWidth: 4
3260 unsigned ObjCBlockIndentWidth; member in namespace:clang::format
4852 ObjCBlockIndentWidth == R.ObjCBlockIndentWidth &&
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1023 IO.mapOptional("ObjCBlockIndentWidth", Style.ObjCBlockIndentWidth);
1522 LLVMStyle.ObjCBlockIndentWidth = 2;
1855 Style.ObjCBlockIndentWidth = 4;
H A DContinuationIndenter.cpp1987 ? Style.ObjCBlockIndentWidth

Completed in 134 milliseconds