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

References

tools/clang/include/clang/Format/Format.h
 2126            SpacesInParentheses == R.SpacesInParentheses &&
 2126            SpacesInParentheses == R.SpacesInParentheses &&
tools/clang/lib/Format/Format.cpp
  541     IO.mapOptional("SpacesInParentheses", Style.SpacesInParentheses);
  795   LLVMStyle.SpacesInParentheses = false;
tools/clang/lib/Format/TokenAnnotator.cpp
 2201             (Style.Cpp11BracedListStyle && !Style.SpacesInParentheses) ? 0 : 1;
 2533                : Style.SpacesInParentheses;
 2644     return Style.Cpp11BracedListStyle ? Style.SpacesInParentheses : true;
 2956            (Left.is(tok ::l_paren) && Style.SpacesInParentheses);
tools/clang/unittests/Format/FormatTest.cpp
 7029   Spaces.SpacesInParentheses = true;
 8264   SpaceBetweenBraces.SpacesInParentheses = true;
10452   Spaces.SpacesInParentheses = true;
10480   Spaces.SpacesInParentheses = false;
10491   Spaces.SpacesInParentheses = false;
12447   CHECK_PARSE_BOOL(SpacesInParentheses);