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 320 bool LineContainsContinuedForLoopSection;
365 if (LineContainsContinuedForLoopSection !=
366 Other.LineContainsContinuedForLoopSection)
367 return LineContainsContinuedForLoopSection;
ContinuationIndenter.cpp 81 State.LineContainsContinuedForLoopSection = false;
143 if (Previous.is(tok::semi) && State.LineContainsContinuedForLoopSection)
    [all...]

Completed in 39 milliseconds