Home
last modified time | relevance | path

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

/freebsd/contrib/libcbor/
H A D.clang-format87 ObjCSpaceAfterProperty: false
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3471 bool ObjCSpaceAfterProperty; member
5094 ObjCSpaceAfterProperty == R.ObjCSpaceAfterProperty &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1035 IO.mapOptional("ObjCSpaceAfterProperty", Style.ObjCSpaceAfterProperty); in mapping()
1543 LLVMStyle.ObjCSpaceAfterProperty = false; in getLLVMStyle()
1659 GoogleStyle.ObjCSpaceAfterProperty = false; in getGoogleStyle()
1852 MozillaStyle.ObjCSpaceAfterProperty = true; in getMozillaStyle()
1877 Style.ObjCSpaceAfterProperty = true; in getWebKitStyle()
H A DTokenAnnotator.cpp4383 if (Style.ObjCSpaceAfterProperty && Line.Type == LT_ObjCProperty && in spaceRequiredBetween()