Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libcbor/
H A D.clang-format88 ObjCSpaceBeforeProtocolList: true
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2700 bool ObjCSpaceBeforeProtocolList; member
3473 ObjCSpaceBeforeProtocolList == R.ObjCSpaceBeforeProtocolList &&
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp688 Style.ObjCSpaceBeforeProtocolList); in mapping()
1078 LLVMStyle.ObjCSpaceBeforeProtocolList = true; in getLLVMStyle()
1173 GoogleStyle.ObjCSpaceBeforeProtocolList = true; in getGoogleStyle()
1363 MozillaStyle.ObjCSpaceBeforeProtocolList = false; in getMozillaStyle()
H A DTokenAnnotator.cpp2961 return !IsLightweightGeneric && Style.ObjCSpaceBeforeProtocolList; in spaceRequiredBetween()