Home
last modified time | relevance | path

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

/external/grpc-grpc/
D.clang-format10 ObjCBlockIndentWidth: 2
/external/rust/crates/grpcio/
D.clang-format10 ObjCBlockIndentWidth: 2
/external/rust/crates/grpcio-sys/grpc/
D.clang-format10 ObjCBlockIndentWidth: 2
/external/clang/include/clang/Format/
DFormat.h501 unsigned ObjCBlockIndentWidth; member
689 ObjCBlockIndentWidth == R.ObjCBlockIndentWidth &&
/external/webrtc/
D.clang-format13 ObjCBlockIndentWidth: 2
/external/skia/
D.clang-format78 ObjCBlockIndentWidth: 2
169 ObjCBlockIndentWidth: 2
/external/skqp/
D.clang-format78 ObjCBlockIndentWidth: 2
169 ObjCBlockIndentWidth: 2
/external/mesa3d/src/gallium/drivers/swr/
D.clang-format33 ObjCBlockIndentWidth: 3
/external/jsmn/
D.clang-format64 ObjCBlockIndentWidth: 2
/external/llvm-project/clang/include/clang/Format/
DFormat.h1887 unsigned ObjCBlockIndentWidth; member
2513 ObjCBlockIndentWidth == R.ObjCBlockIndentWidth &&
/external/swiftshader/
D.clang-format85 ObjCBlockIndentWidth: 2
/external/mesa3d/src/gallium/drivers/swr/rasterizer/
D_clang-format82 ObjCBlockIndentWidth: 4
/external/OpenCL-CTS/
D.clang-format87 ObjCBlockIndentWidth: 4
/external/libaom/libaom/
D.clang-format86 ObjCBlockIndentWidth: 2
/external/libvpx/libvpx/
D.clang-format87 ObjCBlockIndentWidth: 2
/external/libwebm/
D.clang-format90 ObjCBlockIndentWidth: 2
/external/adhd/
D.clang-format95 ObjCBlockIndentWidth: 8
/external/clang/lib/Format/
DFormat.cpp325 IO.mapOptional("ObjCBlockIndentWidth", Style.ObjCBlockIndentWidth); in mapping()
541 LLVMStyle.ObjCBlockIndentWidth = 2; in getLLVMStyle()
683 Style.ObjCBlockIndentWidth = 4; in getWebKitStyle()
DContinuationIndenter.cpp1039 ? Style.ObjCBlockIndentWidth in moveStateToNewBlock()
/external/llvm-project/clang/lib/Format/
DFormat.cpp578 IO.mapOptional("ObjCBlockIndentWidth", Style.ObjCBlockIndentWidth); in mapping()
939 LLVMStyle.ObjCBlockIndentWidth = 2; in getLLVMStyle()
1241 Style.ObjCBlockIndentWidth = 4; in getWebKitStyle()
DContinuationIndenter.cpp1624 ? Style.ObjCBlockIndentWidth in moveStateToNewBlock()
/external/clang/docs/
DClangFormatStyleOptions.rst618 **ObjCBlockIndentWidth** (``unsigned``)
/external/clang/unittests/Format/
DFormatTest.cpp10210 CHECK_PARSE("ObjCBlockIndentWidth: 1234", ObjCBlockIndentWidth, 1234u); in TEST_F()
11152 FourIndent.ObjCBlockIndentWidth = 4; in TEST_F()
/external/llvm-project/clang/docs/
DClangFormatStyleOptions.rst2275 **ObjCBlockIndentWidth** (``unsigned``)
2280 ObjCBlockIndentWidth: 4
/external/llvm-project/clang/unittests/Format/
DFormatTest.cpp14174 CHECK_PARSE("ObjCBlockIndentWidth: 1234", ObjCBlockIndentWidth, 1234u); in TEST_F()
15897 FourIndent.ObjCBlockIndentWidth = 4; in TEST_F()