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

/external/clang/include/clang/Format/
H A DFormat.h501 unsigned ObjCBlockIndentWidth; member in struct:clang::format::FormatStyle
689 ObjCBlockIndentWidth == R.ObjCBlockIndentWidth &&
/external/clang/lib/Format/
H A DFormat.cpp325 IO.mapOptional("ObjCBlockIndentWidth", Style.ObjCBlockIndentWidth);
541 LLVMStyle.ObjCBlockIndentWidth = 2;
683 Style.ObjCBlockIndentWidth = 4;
H A DContinuationIndenter.cpp1039 ? Style.ObjCBlockIndentWidth
/external/clang/unittests/Format/
H A DFormatTest.cpp10210 CHECK_PARSE("ObjCBlockIndentWidth: 1234", ObjCBlockIndentWidth, 1234u);
11152 FourIndent.ObjCBlockIndentWidth = 4;

Completed in 463 milliseconds