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

References

tools/clang/include/clang/Format/Format.h
 2096            ObjCSpaceBeforeProtocolList == R.ObjCSpaceBeforeProtocolList &&
 2096            ObjCSpaceBeforeProtocolList == R.ObjCSpaceBeforeProtocolList &&
tools/clang/lib/Format/Format.cpp
  499                    Style.ObjCSpaceBeforeProtocolList);
  789   LLVMStyle.ObjCSpaceBeforeProtocolList = true;
  864   GoogleStyle.ObjCSpaceBeforeProtocolList = true;
 1041   MozillaStyle.ObjCSpaceBeforeProtocolList = false;
tools/clang/lib/Format/TokenAnnotator.cpp
 2540     return !IsLightweightGeneric && Style.ObjCSpaceBeforeProtocolList;
tools/clang/unittests/Format/FormatTest.cpp
12442   CHECK_PARSE_BOOL(ObjCSpaceBeforeProtocolList);