Home
last modified time | relevance | path

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

/freebsd/contrib/libcbor/
H A D.clang-format88 ObjCSpaceBeforeProtocolList: true
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3476 bool ObjCSpaceBeforeProtocolList; member
5095 ObjCSpaceBeforeProtocolList == R.ObjCSpaceBeforeProtocolList &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1037 Style.ObjCSpaceBeforeProtocolList); in mapping()
1544 LLVMStyle.ObjCSpaceBeforeProtocolList = true; in getLLVMStyle()
1660 GoogleStyle.ObjCSpaceBeforeProtocolList = true; in getGoogleStyle()
1853 MozillaStyle.ObjCSpaceBeforeProtocolList = false; in getMozillaStyle()
H A DTokenAnnotator.cpp4459 return !IsLightweightGeneric && Style.ObjCSpaceBeforeProtocolList; in spaceRequiredBetween()