Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h2802 bool ObjCSpaceBeforeProtocolList; member
3936 ObjCSpaceBeforeProtocolList == R.ObjCSpaceBeforeProtocolList &&
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp831 Style.ObjCSpaceBeforeProtocolList); in mapping()
1286 LLVMStyle.ObjCSpaceBeforeProtocolList = true; in getLLVMStyle()
1386 GoogleStyle.ObjCSpaceBeforeProtocolList = true; in getGoogleStyle()
1577 MozillaStyle.ObjCSpaceBeforeProtocolList = false; in getMozillaStyle()
H A DTokenAnnotator.cpp3321 return !IsLightweightGeneric && Style.ObjCSpaceBeforeProtocolList; in spaceRequiredBetween()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst3393 **ObjCSpaceBeforeProtocolList** (``Boolean``) :versionbadge:`clang-format 3.7`
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp20070 CHECK_PARSE_BOOL(ObjCSpaceBeforeProtocolList); in TEST_F()