Home
last modified time | relevance | path

Searched refs:ObjCSpaceAfterProperty (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/talk/app/webrtc/objc/
D.clang-format9 ObjCSpaceAfterProperty: false
/external/clang/include/clang/Format/
DFormat.h505 bool ObjCSpaceAfterProperty; member
690 ObjCSpaceAfterProperty == R.ObjCSpaceAfterProperty &&
/external/mesa3d/src/gallium/drivers/swr/
D.clang-format34 ObjCSpaceAfterProperty: true
/external/libvpx/libvpx/
D.clang-format69 ObjCSpaceAfterProperty: false
/external/skia/
D.clang-format78 ObjCSpaceAfterProperty: false
/external/clang/lib/Format/
DFormat.cpp326 IO.mapOptional("ObjCSpaceAfterProperty", Style.ObjCSpaceAfterProperty); in mapping()
542 LLVMStyle.ObjCSpaceAfterProperty = false; in getLLVMStyle()
589 GoogleStyle.ObjCSpaceAfterProperty = false; in getGoogleStyle()
663 MozillaStyle.ObjCSpaceAfterProperty = true; in getMozillaStyle()
684 Style.ObjCSpaceAfterProperty = true; in getWebKitStyle()
DTokenAnnotator.cpp1970 if (Style.ObjCSpaceAfterProperty && Line.Type == LT_ObjCProperty && in spaceRequiredBetween()
/external/clang/docs/
DClangFormatStyleOptions.rst621 **ObjCSpaceAfterProperty** (``bool``)
/external/clang/unittests/Format/
DFormatTest.cpp10175 CHECK_PARSE_BOOL(ObjCSpaceAfterProperty); in TEST_F()