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

References

tools/clang/lib/Format/ContinuationIndenter.cpp
  257   State.LineContainsContinuedForLoopSection = false;
  337   if (Previous.is(tok::semi) && State.LineContainsContinuedForLoopSection)
tools/clang/lib/Format/ContinuationIndenter.h
  432     if (LineContainsContinuedForLoopSection !=
  433         Other.LineContainsContinuedForLoopSection)
  434       return LineContainsContinuedForLoopSection;