Searched refs:ObjCSpaceAfterProperty (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3312 bool ObjCSpaceAfterProperty; member in namespace:clang::format
4856 ObjCSpaceAfterProperty == R.ObjCSpaceAfterProperty &&
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1028 IO.mapOptional("ObjCSpaceAfterProperty", Style.ObjCSpaceAfterProperty);
1524 LLVMStyle.ObjCSpaceAfterProperty = false;
1638 GoogleStyle.ObjCSpaceAfterProperty = false;
1831 MozillaStyle.ObjCSpaceAfterProperty = true;
1856 Style.ObjCSpaceAfterProperty = true;
H A DTokenAnnotator.cpp3963 if (Style.ObjCSpaceAfterProperty && Line.Type == LT_ObjCProperty &&

Completed in 169 milliseconds