HomeSort by relevance Sort by last modified time
    Searched refs:LineContainsContinuedForLoopSection (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Format/
ContinuationIndenter.h 310 bool LineContainsContinuedForLoopSection;
355 if (LineContainsContinuedForLoopSection !=
356 Other.LineContainsContinuedForLoopSection)
357 return LineContainsContinuedForLoopSection;
ContinuationIndenter.cpp 80 State.LineContainsContinuedForLoopSection = false;
135 if (Previous.is(tok::semi) && State.LineContainsContinuedForLoopSection)
    [all...]

Completed in 49 milliseconds