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

References

tools/clang/lib/Format/ContinuationIndenter.cpp
  262   State.IgnoreStackForComparison = false;
tools/clang/lib/Format/ContinuationIndenter.h
  443     if (IgnoreStackForComparison || Other.IgnoreStackForComparison)
  443     if (IgnoreStackForComparison || Other.IgnoreStackForComparison)
tools/clang/lib/Format/UnwrappedLineFormatter.cpp
  971         Node->State.IgnoreStackForComparison = true;