Home
last modified time | relevance | path

Searched refs:ObjCSpaceBeforeProtocolList (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/Format/
DFormat.h467 bool ObjCSpaceBeforeProtocolList; member
644 ObjCSpaceBeforeProtocolList == R.ObjCSpaceBeforeProtocolList &&
/external/webrtc/talk/app/webrtc/objc/
D.clang-format10 ObjCSpaceBeforeProtocolList: true
/external/jsoncpp/
D.clang-format23 ObjCSpaceBeforeProtocolList: true
/external/clang/lib/Format/
DFormat.cpp304 Style.ObjCSpaceBeforeProtocolList); in mapping()
515 LLVMStyle.ObjCSpaceBeforeProtocolList = true; in getLLVMStyle()
560 GoogleStyle.ObjCSpaceBeforeProtocolList = false; in getGoogleStyle()
629 MozillaStyle.ObjCSpaceBeforeProtocolList = false; in getMozillaStyle()
DTokenAnnotator.cpp1876 (Line.Type == LT_ObjCDecl && Style.ObjCSpaceBeforeProtocolList))) in spaceRequiredBetween()
/external/clang/docs/
DClangFormatStyleOptions.rst545 **ObjCSpaceBeforeProtocolList** (``bool``)
/external/clang/unittests/Format/
DFormatTest.cpp9739 CHECK_PARSE_BOOL(ObjCSpaceBeforeProtocolList); in TEST_F()