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

References

tools/clang/include/clang/Format/Format.h
 2110            SpaceAfterLogicalNot == R.SpaceAfterLogicalNot &&
 2110            SpaceAfterLogicalNot == R.SpaceAfterLogicalNot &&
tools/clang/lib/Format/Format.cpp
  518     IO.mapOptional("SpaceAfterLogicalNot", Style.SpaceAfterLogicalNot);
  802   LLVMStyle.SpaceAfterLogicalNot = false;
tools/clang/lib/Format/TokenAnnotator.cpp
 2918     return (Style.SpaceAfterLogicalNot && Left.is(tok::exclaim)) ||
tools/clang/unittests/Format/FormatTest.cpp
10440   Spaces.SpaceAfterLogicalNot = true;
12456   CHECK_PARSE_BOOL(SpaceAfterLogicalNot);