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

References

tools/clang/lib/Format/ContinuationIndenter.cpp
 1368         Style.ObjCBinPackProtocolList == FormatStyle::BPS_Always;
tools/clang/lib/Format/Format.cpp
  155     IO.enumCase(Value, "Always", FormatStyle::BPS_Always);
tools/clang/unittests/Format/FormatTestObjC.cpp
  381   Style.ObjCBinPackProtocolList = FormatStyle::BPS_Always;