Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h2607 bool ObjCSpaceBeforeProtocolList; member
3337 ObjCSpaceBeforeProtocolList == R.ObjCSpaceBeforeProtocolList &&
/netbsd-src/external/bsd/pam-u2f/dist/
H A D.clang-format80 ObjCSpaceBeforeProtocolList: true
/netbsd-src/external/mit/libcbor/dist/
H A D.clang-format88 ObjCSpaceBeforeProtocolList: true
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp653 Style.ObjCSpaceBeforeProtocolList); in mapping()
1035 LLVMStyle.ObjCSpaceBeforeProtocolList = true; in getLLVMStyle()
1126 GoogleStyle.ObjCSpaceBeforeProtocolList = true; in getGoogleStyle()
1316 MozillaStyle.ObjCSpaceBeforeProtocolList = false; in getMozillaStyle()
H A DTokenAnnotator.cpp2843 return !IsLightweightGeneric && Style.ObjCSpaceBeforeProtocolList; in spaceRequiredBetween()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst2979 **ObjCSpaceBeforeProtocolList** (``bool``)