Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/
H A D.clang-format46 ObjCSpaceBeforeProtocolList: true
/freebsd/contrib/libcbor/
H A D.clang-format88 ObjCSpaceBeforeProtocolList: true
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3660 bool ObjCSpaceBeforeProtocolList; member
5437 ObjCSpaceBeforeProtocolList == R.ObjCSpaceBeforeProtocolList &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1117 Style.ObjCSpaceBeforeProtocolList); in mapping()
1638 LLVMStyle.ObjCSpaceBeforeProtocolList = true; in getLLVMStyle()
1762 GoogleStyle.ObjCSpaceBeforeProtocolList = true; in getGoogleStyle()
1955 MozillaStyle.ObjCSpaceBeforeProtocolList = false; in getMozillaStyle()
H A DTokenAnnotator.cpp4580 return !IsLightweightGeneric && Style.ObjCSpaceBeforeProtocolList; in spaceRequiredBetween()