reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Format/Format.h
 2095            ObjCSpaceAfterProperty == R.ObjCSpaceAfterProperty &&
 2095            ObjCSpaceAfterProperty == R.ObjCSpaceAfterProperty &&
tools/clang/lib/Format/Format.cpp
  497     IO.mapOptional("ObjCSpaceAfterProperty", Style.ObjCSpaceAfterProperty);
  788   LLVMStyle.ObjCSpaceAfterProperty = false;
  863   GoogleStyle.ObjCSpaceAfterProperty = false;
 1040   MozillaStyle.ObjCSpaceAfterProperty = true;
 1064   Style.ObjCSpaceAfterProperty = true;
tools/clang/lib/Format/TokenAnnotator.cpp
 2518   if (Style.ObjCSpaceAfterProperty && Line.Type == LT_ObjCProperty &&
tools/clang/unittests/Format/FormatTest.cpp
12441   CHECK_PARSE_BOOL(ObjCSpaceAfterProperty);